dochandler

package
v0.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 24, 2023 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

View Source
const MDDOC_TEMPLATE = `` /* 2871-byte string literal not displayed */
View Source
const REDOC_TEMPLATE = `` /* 566-byte string literal not displayed */
View Source
const SWAGGER_UI_TEMPLATE = `` /* 787-byte string literal not displayed */

Variables

This section is empty.

Functions

func ListEndpointHandler

func ListEndpointHandler(doc *openapi3.T, extras ...Endpoint) http.HandlerFunc

func New

func New(doc *openapi3.T, basePath string, info *info.Info, mdtext string) http.Handler

func OpenAPIDocHandler

func OpenAPIDocHandler(doc *openapi3.T) http.HandlerFunc

func RedocHandler

func RedocHandler(doc *openapi3.T, basePath string) http.HandlerFunc

func SwaggerUIHandler

func SwaggerUIHandler(doc *openapi3.T, basePath string) http.HandlerFunc

Types

type Endpoint

type Endpoint struct {
	Method      string `json:"method"`
	Path        string `json:"path"`
	OperationID string `json:"operationId"`
	Summary     string `json:"summary"`
}

func (*Endpoint) String

func (r *Endpoint) String() string

type MDDocHandler added in v0.3.0

type MDDocHandler struct {
	// contains filtered or unexported fields
}

func NewMdDocHandler added in v0.3.0

func NewMdDocHandler(doc *openapi3.T, info *info.Info) *MDDocHandler

func (*MDDocHandler) HTML added in v0.3.0

func (h *MDDocHandler) HTML(w http.ResponseWriter, r *http.Request)

func (*MDDocHandler) Text added in v0.3.0

func (h *MDDocHandler) Text(w http.ResponseWriter, r *http.Request)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL