package
0.15.1
Repository: https://github.com/cisco-open/go-lanai.git
Documentation: pkg.go.dev

# 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.

# Structs

No description provided by the author

# 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.