| 277 | } |
| 278 | |
| 279 | type formatValidator struct { |
| 280 | funcName string |
| 281 | argNum int |
| 282 | check argChecker |
| 283 | } |
| 284 | |
| 285 | // Name returns the unique name of this function format validator. |
| 286 | func (v formatValidator) Name() string { |
nothing calls this directly
no outgoing calls
no test coverage detected