Validator is the interface that wraps the Validate function.
| 70 | |
| 71 | // Validator is the interface that wraps the Validate function. |
| 72 | Validator interface { |
| 73 | Validate(i interface{}) error |
| 74 | } |
| 75 | ) |
| 76 | |
| 77 | const ( |
nothing calls this directly
no outgoing calls
no test coverage detected