Documentation
¶
Overview ¶
Package v3cdn provides Swagger UI v3 via CDN.
Index ¶
Constants ¶
View Source
const ( // AssetsBase is a base URL for the assets. AssetsBase = "https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/3.52.2/" // FaviconBase is a base URL for favicons. FaviconBase = "https://petstore.swagger.io/" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
Handler handle swagger UI request.
func NewHandler ¶
NewHandler returns a HTTP handler for swagger UI.
func NewHandlerWithConfig ¶
NewHandlerWithConfig returns a HTTP handler for swagger UI.
Click to show internal directories.
Click to hide internal directories.