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

Method Execute

constraint.go:94–94  ·  view source on GitHub ↗
(param string, args ...string)

Source from the content-addressed store, hash-verified

92type CustomConstraint interface {
93 Name() string
94 Execute(param string, args ...string) bool
95}
96
97type customConstraintWrapper struct {

Implementers 15

customConstraintapp_test.go
intConstraintTypeconstraint.go
boolConstraintTypeconstraint.go
floatConstraintTypeconstraint.go
alphaConstraintTypeconstraint.go
guidConstraintTypeconstraint.go

Calls

no outgoing calls