package
1.3.0
Repository: https://github.com/warpstreamlabs/bento.git
Documentation: pkg.go.dev

# Functions

DocsMarkdown returns a markdown document for the http documentation.
EndpointCaveats is a documentation section for HTTP components that explains some of the caveats in registering endpoints due to their non-deterministic ordering and lack of explicit path terminators.
No description provided by the author
GetMuxRoute returns a *mux.Route (the result of calling .Path or .PathPrefix on the provided router), where in cases where the path ends in a slash it will be treated as a prefix.
New creates a new Bento HTTP API.
NewConfig creates a new API config with default values.
NewDynamic creates a new Dynamic API type.
OptWithMiddleware adds an HTTP middleware to the Bento API.
OptWithTLS replaces the tls options of the HTTP server.
Spec returns a field spec for the API configuration fields.

# Structs

Config contains the configuration fields for the Bento API.
Dynamic is a type for exposing CRUD operations on dynamic broker configurations as an HTTP interface.
Type implements the Bento HTTP API.

# Type aliases

OptFunc applies an option to an API type during construction.