Compatible returns whether schema evolution compatibility mode is enabled
()
| 100 | |
| 101 | // Compatible returns whether schema evolution compatibility mode is enabled |
| 102 | func (c *ReadContext) Compatible() bool { |
| 103 | return c.compatible |
| 104 | } |
| 105 | |
| 106 | // TypeResolver returns the type resolver |
| 107 | func (c *ReadContext) TypeResolver() *TypeResolver { |
no outgoing calls