Documentation ¶
Index ¶
- Constants
- func CorsHandler() func(next http.Handler) http.Handler
- func Home(ctx *context.Context)
- func Metrics(resp http.ResponseWriter, req *http.Request)
- func NotFound(ctx *context.Context)
- func Recovery() func(next http.Handler) http.Handler
- func RegisterRoutes(m *web.Route)
- func Routes() *web.Route
- func SwaggerV1Json(ctx *context.Context)
Constants ¶
View Source
const (
// GzipMinSize represents min size to compress for the body size of response
GzipMinSize = 1400
)
Variables ¶
This section is empty.
Functions ¶
func CorsHandler ¶
CorsHandler return a http handler who set CORS options if enabled by config
func Metrics ¶
func Metrics(resp http.ResponseWriter, req *http.Request)
Metrics validate auth token and render prometheus metrics
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.