# Functions
GinBindingRequestDecoder is a web.DecodeRequestFunc utilizing gin.Context's binding capabilities.
NewFuncMetadata uses reflect to analyze the given handler function and create a Metadata.
# Interfaces
HandlerFunc is a function with supported signature to handle MVC request and returns MVC response or error See rest.MappingBuilder and template.MappingBuilder for supported function signatures.
# Type aliases
HandlerFuncValidator validate HandlerFunc signature.