handler

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Jul 20, 2022 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const REDOC_TEMPLATE = `` /* 571-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 NewHandler

func NewHandler(doc *openapi3.T, basePath string) http.Handler

func OpenAPIDocHandler

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

func RedocHandler added in v0.1.1

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