| 58 | ) |
| 59 | |
| 60 | type Driver struct { |
| 61 | mux sync.RWMutex |
| 62 | validators map[string]*validatorWrapper |
| 63 | gatherStats bool |
| 64 | } |
| 65 | |
| 66 | type validatorWrapper struct { |
| 67 | validator validating.Validator |
nothing calls this directly
no outgoing calls
no test coverage detected