| 579 | type argChecker func(e *cel.Env, call, arg ast.Expr) error |
| 580 | |
| 581 | type networkFormatValidator struct { |
| 582 | funcName string |
| 583 | argNum int |
| 584 | check argChecker |
| 585 | } |
| 586 | |
| 587 | func (v networkFormatValidator) Name() string { |
| 588 | return fmt.Sprintf("cel.validator.network.%s", v.funcName) |
nothing calls this directly
no outgoing calls
no test coverage detected