Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
92
type
CustomConstraint
interface
{
93
Name() string
94
Execute(param string, args ...string) bool
95
}
96
97
type
customConstraintWrapper
struct
{
Callers
15
Execute
Method · 0.65
matchConstraint
Method · 0.65
Render
Method · 0.65
Test_ContextTemplate_ValueTag
Function · 0.65
Test_ContextTemplate_ValueTagFromUserValueContext
Function · 0.65
Test_ContextTemplate_ValueTagSanitizesControlChars
Function · 0.65
Test_ContextTemplate_ValueTagWritesSupportedValues
Function · 0.65
Test_ContextTemplate_DefaultTagsRenderEmpty
Function · 0.65
Test_ContextTemplate_CustomTag
Function · 0.65
Test_SetContextTemplate_RegistersCustomTag
Function · 0.65
Test_RegisterContextTagThenSetFormat
Function · 0.65
Test_ContextTemplate_ConcurrentRegistration
Function · 0.65
Implementers
15
testCustomConstraintForCoverage
constraint_test.go
testCustomConstraintWithAnalyzer
constraint_test.go
testCustomConstraintWithTypedAnalyzer
constraint_test.go
customConstraint
app_test.go
intConstraintType
constraint.go
boolConstraintType
constraint.go
floatConstraintType
constraint.go
alphaConstraintType
constraint.go
guidConstraintType
constraint.go
datetimeConstraintType
constraint.go
minLenConstraintType
constraint.go
maxLenConstraintType
constraint.go
Calls
no outgoing calls
Tested by
15
Test_ContextTemplate_ValueTag
Function · 0.52
Test_ContextTemplate_ValueTagFromUserValueContext
Function · 0.52
Test_ContextTemplate_ValueTagSanitizesControlChars
Function · 0.52
Test_ContextTemplate_ValueTagWritesSupportedValues
Function · 0.52
Test_ContextTemplate_DefaultTagsRenderEmpty
Function · 0.52
Test_ContextTemplate_CustomTag
Function · 0.52
Test_SetContextTemplate_RegistersCustomTag
Function · 0.52
Test_RegisterContextTagThenSetFormat
Function · 0.52
Test_ContextTemplate_ConcurrentRegistration
Function · 0.52
Benchmark_ContextTemplate_Execute
Function · 0.52
Test_Template_Execute
Function · 0.52
Test_Template_NilTemplateExecuteIsNoop
Function · 0.52