Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIServer ¶
type APIServer struct {
// contains filtered or unexported fields
}
func NewAPIServer ¶
func NewAPIServer(config *server.ServerConfig) *APIServer
func (*APIServer) Run ¶
func (t *APIServer) Run(opts ...APIServerExtensionOpt) (func() error, error)
func (*APIServer) RunWithServer ¶ added in v0.31.0
type APIServerExtensionOpt ¶ added in v0.33.0
type APIServerExtensionOpt func(config *server.ServerConfig) (*openapi3.T, func(*echo.Group, *populator.Populator) error, error)
APIServerExtensionOpt returns a spec and a way to register handlers with an echo group
Click to show internal directories.
Click to hide internal directories.