Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Path is a path for swagger Path = "/docs" // Pattern is a pattern for mux that handles requests Pattern = "/docs/" )
Variables ¶
View Source
var HandlerK8S = http.StripPrefix(Path, swaggerui.Handler(specK8S))
HandlerK8S is required to route within k8s environment
View Source
var HandlerLocal = http.StripPrefix(Path, swaggerui.Handler(specLocal))
HandlerLocal is required to route within local environment
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.