Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type OpenAPIPlugin ¶
type OpenAPIPlugin struct {
// contains filtered or unexported fields
}
OpenAPIPlugin provides runtime OpenAPI schema serving
func (*OpenAPIPlugin) Handler ¶
func (p *OpenAPIPlugin) Handler() fiber.Handler
Handler returns a no-op middleware
func (*OpenAPIPlugin) Initialize ¶
func (p *OpenAPIPlugin) Initialize(cfg map[string]interface{}) error
func (*OpenAPIPlugin) Name ¶
func (p *OpenAPIPlugin) Name() string
func (*OpenAPIPlugin) SetupEndpoints ¶
func (p *OpenAPIPlugin) SetupEndpoints(app *fiber.App) error
SetupEndpoints implements the EndpointSetup interface
Click to show internal directories.
Click to hide internal directories.