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

Struct datetimeConstraintType

constraint.go:271–271  ·  constraint.go::datetimeConstraintType

Source from the content-addressed store, hash-verified

269}
270
271type datetimeConstraintType struct{}
272
273func (datetimeConstraintType) Name() string { return ConstraintDatetime }
274func (datetimeConstraintType) Analyze(args []string) ([]any, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected