Documentation ¶
Index ¶
Constants ¶
View Source
const (
RouteContextKey contextKey = iota
)
Variables ¶
This section is empty.
Functions ¶
func AddURLParamsToContext ¶ added in v1.4.0
AddURLParamsToContext returns a copy of parent in which the context value is set
Types ¶
type ParameterType ¶
type ParameterType string
const ( Integer ParameterType = "integer" Number ParameterType = "number" Boolean ParameterType = "boolean" String ParameterType = "string" Array ParameterType = "array" File ParameterType = "file" )
func (ParameterType) String ¶
func (pt ParameterType) String() string
Click to show internal directories.
Click to hide internal directories.