//
pkg.gl
Category
github.com/foxcapades/go-midl
cmd
test
package
1.0.0
Repository:
https://github.com/foxcapades/go-midl.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
0
Files
114 SLOC
#
Functions
Controller
Controller is a simple demo implementation of a midl.MiddlewareFunc compatible controller which produces a cartesian product of input strings.
#
Structs
Request
Request defines the input type for demo HTTP inputs.
Response
Response defines an output type for demo HTTP responses.
Validator
Validator is a midl.Middleware implementation that validates incoming request bodies against a JSON schema provided with its construction.