NoDoubleKeySchema is a schema that disallows double keys.
| 41 | |
| 42 | // NoDoubleKeySchema is a schema that disallows double keys. |
| 43 | type NoDoubleKeySchema struct{} |
| 44 | |
| 45 | // ValidateBytes validates bytes. |
| 46 | func (NoDoubleKeySchema) ValidateBytes(data []byte) error { |
nothing calls this directly
no outgoing calls
no test coverage detected