dochandler

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Feb 2, 2023 License: Apache-2.0 Imports: 7 Imported by: 1

Documentation

Index

Constants

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) 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

Jump to

Keyboard shortcuts

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