Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EchoServer ¶
type EchoServer struct { *echo.Echo // contains filtered or unexported fields }
func NewEchoServer ¶
func NewEchoServer() *EchoServer
func (*EchoServer) InitRoutes ¶
func (s *EchoServer) InitRoutes(handler *handler.Handler)
func (*EchoServer) Run ¶
func (s *EchoServer) Run(address string) error
func (*EchoServer) Stop ¶
func (s *EchoServer) Stop() error
Click to show internal directories.
Click to hide internal directories.