Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ChainMiddlewares ¶
ChainMiddlewares chains middlewares call for easy wrapping
Types ¶
type App ¶
type App interface {
Health(Pinger) App
Middleware(model.Middleware) App
ListenAndServe(http.Handler) (*http.Server, <-chan error)
ListenServeWait(http.Handler)
Swagger() (swagger.Configuration, error)
}
App of package
Click to show internal directories.
Click to hide internal directories.