| 243 | } |
| 244 | |
| 245 | type formatValidator struct { |
| 246 | funcName string |
| 247 | argNum int |
| 248 | check argChecker |
| 249 | } |
| 250 | |
| 251 | // Name returns the unique name of this function format validator. |
| 252 | func (v formatValidator) Name() string { |
nothing calls this directly
no outgoing calls
no test coverage detected