()
| 531 | return p |
| 532 | } |
| 533 | func (x FieldType_Type) String() string { |
| 534 | return proto.EnumName(FieldType_Type_name, int32(x)) |
| 535 | } |
| 536 | func (x *FieldType_Type) UnmarshalJSON(data []byte) error { |
| 537 | value, err := proto.UnmarshalJSONEnum(FieldType_Type_value, data, "FieldType_Type") |
| 538 | if err != nil { |
no outgoing calls
no test coverage detected