package
1.0.0
Repository: https://github.com/foxcapades/go-midl.git
Documentation: pkg.go.dev

# Functions

Controller is a simple demo implementation of a midl.MiddlewareFunc compatible controller which produces a cartesian product of input strings.

# Structs

Request defines the input type for demo HTTP inputs.
Response defines an output type for demo HTTP responses.
Validator is a midl.Middleware implementation that validates incoming request bodies against a JSON schema provided with its construction.