Documentation
¶
Overview ¶
Example ¶
var c echo.Context
if e := check.
Build(c).
Rules(check.M("a", "b").
Or(check.M("c")),
check.Rename("c", "C"),
check.DefaultValue("d", "666"),
check.Atoi("d"),
).Load(nil); e != nil {
log.Fatal(e)
}
Index ¶
Examples ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParamCheckBuilder ¶
func ParamCheckBuilder(i interface{}) check.RuleBuilder
ParamCheckBuilder Export
func PathParamCheckBuilder ¶
func PathParamCheckBuilder(i interface{}) check.RuleBuilder
PathParamCheckBuilder Export
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.