package
Version:
v0.0.0-...-bf94844
Opens a new window with list of versions in this module.
Published: Jun 10, 2021
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
NewServer creates new echo server object and registers start and end of lifecycle of app
to start echo on start and gracefully shut it down on exit
RegisterRoutes iterates over handlers and registers them in given echo server instance
type Handler interface {
RegisterRoutes(echo *echo.Group)
}
Handler is an interface that
each api version's handler should implement
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.