//
pkg.gl
Category
github.com/vulpine-io/midl
v1
cmd
test
package
1.2.2
Repository:
https://github.com/vulpine-io/midl.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
0
Files
115 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.