(data []byte)
| 252 | } |
| 253 | |
| 254 | func (x *Defaults_Color) UnmarshalJSON(data []byte) error { |
| 255 | value, err := proto.UnmarshalJSONEnum(Defaults_Color_value, data, "Defaults_Color") |
| 256 | if err != nil { |
| 257 | return err |
| 258 | } |
| 259 | *x = Defaults_Color(value) |
| 260 | return nil |
| 261 | } |
| 262 | |
| 263 | func (Defaults_Color) EnumDescriptor() ([]byte, []int) { |
| 264 | return fileDescriptor_e5b3e7ca68f98362, []int{20, 0} |
nothing calls this directly
no test coverage detected