()
| 248 | } |
| 249 | |
| 250 | func (x Defaults_Color) String() string { |
| 251 | return proto.EnumName(Defaults_Color_name, int32(x)) |
| 252 | } |
| 253 | |
| 254 | func (x *Defaults_Color) UnmarshalJSON(data []byte) error { |
| 255 | value, err := proto.UnmarshalJSONEnum(Defaults_Color_value, data, "Defaults_Color") |
nothing calls this directly
no test coverage detected