package
0.0.0-20210708194148-39e06cabe440
Repository: https://github.com/saharsh-samples/go-mux-sql-starter.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# Functions

Bootstrap initializes this module with ContextIn and exports resulting ContextOut.

# Structs

ContextIn describes dependecies needed by this package.
ContextOut describes dependencies exported by this package.
TLSConfiguration for server.

# Interfaces

Routes is base type for types that implement routes.
RoutesAgent is used to expose HTTP endpoints.
Server encapsulates all HTTP exposed functionality of app.

# Type aliases

Middlewares runs before every route.