Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Application ¶
type Application struct {
// contains filtered or unexported fields
}
func SetupApplication ¶
func SetupApplication() (*Application, error)
func (*Application) RegisterHandler ¶
func (app *Application) RegisterHandler(e *echo.Echo, handler *handlers.ServerHandler)
func (*Application) Start ¶
func (app *Application) Start() error
func (*Application) Stop ¶
func (app *Application) Stop() error
Click to show internal directories.
Click to hide internal directories.