(data []byte)
| 123 | } |
| 124 | |
| 125 | func (x *GoTest_KIND) UnmarshalJSON(data []byte) error { |
| 126 | value, err := proto.UnmarshalJSONEnum(GoTest_KIND_value, data, "GoTest_KIND") |
| 127 | if err != nil { |
| 128 | return err |
| 129 | } |
| 130 | *x = GoTest_KIND(value) |
| 131 | return nil |
| 132 | } |
| 133 | |
| 134 | func (GoTest_KIND) EnumDescriptor() ([]byte, []int) { |
| 135 | return fileDescriptor_e5b3e7ca68f98362, []int{2, 0} |
nothing calls this directly
no test coverage detected