Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct { // Echo instance Echo *echo.Echo // contains filtered or unexported fields }
func MustNewServer ¶
func MustNewServer(c WebServerConf, opts ...ServerOpt) *Server
type ServerOpt ¶
type ServerOpt func(*Server)
func WithMiddleware ¶
func WithMiddleware(middleware ...echo.MiddlewareFunc) ServerOpt
type WebServerConf ¶
Click to show internal directories.
Click to hide internal directories.