Documentation ¶
Index ¶
- func ErrorMiddleware(next echo.HandlerFunc) echo.HandlerFunc
- func HTTPErrorHandler(err error, c echo.Context)
- func NewWithManager(manager rpaas.RpaasManager) (*api, error)
- func NewWithTargetFactory(targetFactory target.Factory, address, addressTLS string, ...) (*api, error)
- func NewWithTargetFactoryWithDefaults(targetFactory target.Factory) (*api, error)
- type APIServerStartOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ErrorMiddleware ¶
func ErrorMiddleware(next echo.HandlerFunc) echo.HandlerFunc
func HTTPErrorHandler ¶
func HTTPErrorHandler(err error, c echo.Context)
func NewWithManager ¶ added in v0.27.7
func NewWithManager(manager rpaas.RpaasManager) (*api, error)
New creates an api instance.
func NewWithTargetFactory ¶ added in v0.27.7
func NewWithTargetFactoryWithDefaults ¶ added in v0.27.7
Types ¶
type APIServerStartOptions ¶ added in v0.27.7
type APIServerStartOptions struct {
DiscardLogging bool
}
Source Files ¶
Click to show internal directories.
Click to hide internal directories.