Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Instance ¶
type Instance struct { Echo *echo.Echo RouteGroup map[string]*echo.Group Version string // contains filtered or unexported fields }
Instance defines web framework API instance
func New ¶
func New() *Instance
New creates new API server instance and start the server immediately
func (*Instance) SaveRouteList ¶
SaveRouteList will save all registedred route list into json file in the user home directory
Click to show internal directories.
Click to hide internal directories.