| 271 | } |
| 272 | |
| 273 | type formatValidator struct { |
| 274 | funcName string |
| 275 | argNum int |
| 276 | check argChecker |
| 277 | } |
| 278 | |
| 279 | // Name returns the unique name of this function format validator. |
| 280 | func (v formatValidator) Name() string { |
nothing calls this directly
no outgoing calls
no test coverage detected