(r Registry)
| 729 | // This can be used by custom types with their own special serialization rules. |
| 730 | type SchemaProvider interface { |
| 731 | Schema(r Registry) *Schema |
| 732 | } |
| 733 | |
| 734 | // SchemaTransformer is an interface that types can implement to transform |
no outgoing calls
no test coverage detected