()
| 162 | } |
| 163 | |
| 164 | func (x MyMessage_Color) String() string { |
| 165 | return proto.EnumName(MyMessage_Color_name, int32(x)) |
| 166 | } |
| 167 | |
| 168 | func (x *MyMessage_Color) UnmarshalJSON(data []byte) error { |
| 169 | value, err := proto.UnmarshalJSONEnum(MyMessage_Color_value, data, "MyMessage_Color") |
nothing calls this directly
no test coverage detected