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

Struct alphaConstraintType

constraint.go:251–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249}
250
251type alphaConstraintType struct{}
252
253func (alphaConstraintType) Name() string { return ConstraintAlpha }
254func (alphaConstraintType) Execute(param string, _ []any) bool {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected