Generated code
This commit is contained in:
@@ -14302,19 +14302,19 @@ func (x *Probe) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) {
|
||||
if r.TryDecodeAsNil() {
|
||||
x.InitialDelaySeconds = 0
|
||||
} else {
|
||||
x.InitialDelaySeconds = int64(r.DecodeInt(64))
|
||||
x.InitialDelaySeconds = int(r.DecodeInt(codecSelferBitsize1234))
|
||||
}
|
||||
case "timeoutSeconds":
|
||||
if r.TryDecodeAsNil() {
|
||||
x.TimeoutSeconds = 0
|
||||
} else {
|
||||
x.TimeoutSeconds = int64(r.DecodeInt(64))
|
||||
x.TimeoutSeconds = int(r.DecodeInt(codecSelferBitsize1234))
|
||||
}
|
||||
case "periodSeconds":
|
||||
if r.TryDecodeAsNil() {
|
||||
x.PeriodSeconds = 0
|
||||
} else {
|
||||
x.PeriodSeconds = int64(r.DecodeInt(64))
|
||||
x.PeriodSeconds = int(r.DecodeInt(codecSelferBitsize1234))
|
||||
}
|
||||
case "successThreshold":
|
||||
if r.TryDecodeAsNil() {
|
||||
@@ -14428,7 +14428,7 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) {
|
||||
if r.TryDecodeAsNil() {
|
||||
x.InitialDelaySeconds = 0
|
||||
} else {
|
||||
x.InitialDelaySeconds = int64(r.DecodeInt(64))
|
||||
x.InitialDelaySeconds = int(r.DecodeInt(codecSelferBitsize1234))
|
||||
}
|
||||
yyj1028++
|
||||
if yyhl1028 {
|
||||
@@ -14444,7 +14444,7 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) {
|
||||
if r.TryDecodeAsNil() {
|
||||
x.TimeoutSeconds = 0
|
||||
} else {
|
||||
x.TimeoutSeconds = int64(r.DecodeInt(64))
|
||||
x.TimeoutSeconds = int(r.DecodeInt(codecSelferBitsize1234))
|
||||
}
|
||||
yyj1028++
|
||||
if yyhl1028 {
|
||||
@@ -14460,7 +14460,7 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) {
|
||||
if r.TryDecodeAsNil() {
|
||||
x.PeriodSeconds = 0
|
||||
} else {
|
||||
x.PeriodSeconds = int64(r.DecodeInt(64))
|
||||
x.PeriodSeconds = int(r.DecodeInt(codecSelferBitsize1234))
|
||||
}
|
||||
yyj1028++
|
||||
if yyhl1028 {
|
||||
|
Reference in New Issue
Block a user