Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StartApiServer ¶
func StartApiServer(logger log.Logger, controllers []Controller, port int) func()
Types ¶
type Controller ¶
type Controller interface {
Route(e *echo.Echo)
}
type DebugController ¶
type DebugController struct { }
func (*DebugController) Route ¶
func (c *DebugController) Route(e *echo.Echo)
Click to show internal directories.
Click to hide internal directories.