| 270 | } |
| 271 | |
| 272 | type testCustomConstraintWithAnalyzer struct { |
| 273 | layout string |
| 274 | } |
| 275 | |
| 276 | func (*testCustomConstraintWithAnalyzer) Name() string { return "customDatetime" } |
| 277 | func (t *testCustomConstraintWithAnalyzer) Execute(param string, _ ...string) bool { |
nothing calls this directly
no outgoing calls
no test coverage detected