@@ -2038,7 +2038,7 @@ func (x *ServiceClass) CodecEncodeSelf(e *codec1978.Encoder) {
2038
2038
yyq2 [0 ] = x .Kind != ""
2039
2039
yyq2 [1 ] = x .APIVersion != ""
2040
2040
yyq2 [2 ] = true
2041
- yyq2 [8 ] = len (x .Tags ) != 0
2041
+ yyq2 [8 ] = len (x .AlphaTags ) != 0
2042
2042
yyq2 [9 ] = len (x .Requires ) != 0
2043
2043
var yynn2 int
2044
2044
if yyr2 || yy2arr2 {
@@ -2238,14 +2238,14 @@ func (x *ServiceClass) CodecEncodeSelf(e *codec1978.Encoder) {
2238
2238
if yyr2 || yy2arr2 {
2239
2239
z .EncSendContainerState (codecSelfer_containerArrayElem1234 )
2240
2240
if yyq2 [8 ] {
2241
- if x .Tags == nil {
2241
+ if x .AlphaTags == nil {
2242
2242
r .EncodeNil ()
2243
2243
} else {
2244
2244
yym30 := z .EncBinary ()
2245
2245
_ = yym30
2246
2246
if false {
2247
2247
} else {
2248
- z .F .EncSliceStringV (x .Tags , false , e )
2248
+ z .F .EncSliceStringV (x .AlphaTags , false , e )
2249
2249
}
2250
2250
}
2251
2251
} else {
@@ -2254,16 +2254,16 @@ func (x *ServiceClass) CodecEncodeSelf(e *codec1978.Encoder) {
2254
2254
} else {
2255
2255
if yyq2 [8 ] {
2256
2256
z .EncSendContainerState (codecSelfer_containerMapKey1234 )
2257
- r .EncodeString (codecSelferC_UTF81234 , string ("tags " ))
2257
+ r .EncodeString (codecSelferC_UTF81234 , string ("alphaTags " ))
2258
2258
z .EncSendContainerState (codecSelfer_containerMapValue1234 )
2259
- if x .Tags == nil {
2259
+ if x .AlphaTags == nil {
2260
2260
r .EncodeNil ()
2261
2261
} else {
2262
2262
yym31 := z .EncBinary ()
2263
2263
_ = yym31
2264
2264
if false {
2265
2265
} else {
2266
- z .F .EncSliceStringV (x .Tags , false , e )
2266
+ z .F .EncSliceStringV (x .AlphaTags , false , e )
2267
2267
}
2268
2268
}
2269
2269
}
@@ -2511,11 +2511,11 @@ func (x *ServiceClass) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) {
2511
2511
* ((* string )(yyv18 )) = r .DecodeString ()
2512
2512
}
2513
2513
}
2514
- case "tags " :
2514
+ case "alphaTags " :
2515
2515
if r .TryDecodeAsNil () {
2516
- x .Tags = nil
2516
+ x .AlphaTags = nil
2517
2517
} else {
2518
- yyv20 := & x .Tags
2518
+ yyv20 := & x .AlphaTags
2519
2519
yym21 := z .DecBinary ()
2520
2520
_ = yym21
2521
2521
if false {
@@ -2769,9 +2769,9 @@ func (x *ServiceClass) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) {
2769
2769
}
2770
2770
z .DecSendContainerState (codecSelfer_containerArrayElem1234 )
2771
2771
if r .TryDecodeAsNil () {
2772
- x .Tags = nil
2772
+ x .AlphaTags = nil
2773
2773
} else {
2774
- yyv45 := & x .Tags
2774
+ yyv45 := & x .AlphaTags
2775
2775
yym46 := z .DecBinary ()
2776
2776
_ = yym46
2777
2777
if false {
0 commit comments