Documentation ¶
Index ¶
Constants ¶
View Source
const ( // URL is the url for the OpenAPI handler. URL = handler.RoutePrefixV1 + "/openapi" // HTTPMethod is the HTTP method used with this resource. HTTPMethod = http.MethodGet )
Variables ¶
View Source
var ( // StaticURLPrefix is the url prefix for openapi specs. StaticURLPrefix = URL + "/static/" )
Functions ¶
func StaticHandler ¶
StaticHandler is the handler for serving static assets (including OpenAPI specs).
Types ¶
type DocHandler ¶
type DocHandler struct{}
DocHandler handles serving the OpenAPI doc.
func (*DocHandler) ServeHTTP ¶
func (h *DocHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
ServeHTTP serves the OpenAPI doc.
Click to show internal directories.
Click to hide internal directories.