MCPcopy
hub / github.com/gofiber/fiber / testCustomConstraintWithAnalyzer

Struct testCustomConstraintWithAnalyzer

constraint_test.go:272–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270}
271
272type testCustomConstraintWithAnalyzer struct {
273 layout string
274}
275
276func (*testCustomConstraintWithAnalyzer) Name() string { return "customDatetime" }
277func (t *testCustomConstraintWithAnalyzer) Execute(param string, _ ...string) bool {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected