Deprecated: Do not use.
(b []byte)
| 1148 | |
| 1149 | // Deprecated: Do not use. |
| 1150 | func (x *ValidationResult_Status) UnmarshalJSON(b []byte) error { |
| 1151 | num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b) |
| 1152 | if err != nil { |
| 1153 | return err |
| 1154 | } |
| 1155 | *x = ValidationResult_Status(num) |
| 1156 | return nil |
| 1157 | } |
| 1158 | |
| 1159 | // Deprecated: Use ValidationResult_Status.Descriptor instead. |
| 1160 | func (ValidationResult_Status) EnumDescriptor() ([]byte, []int) { |
nothing calls this directly
no test coverage detected