Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
Options swagger plugin for echo server options.
func NewOptions ¶
NewOptions returns options from config file or environment vars.
func NewOptionsWithPath ¶
NewOptionsWithPath unmarshals a given key path into options and returns it.
type Swagger ¶
type Swagger struct {
// contains filtered or unexported fields
}
Swagger represents swagger plugin for echo server.
func NewSwagger ¶
func NewSwagger() *Swagger
NewSwagger returns a new swagger plugin with default options.
func NewSwaggerWithConfigPath ¶
NewSwaggerWithConfigPath returns a new swagger plugin with options from config path.
func NewSwaggerWithOptions ¶
NewSwaggerWithOptions returns a new swagger plugin with options.
Click to show internal directories.
Click to hide internal directories.