Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPServer ¶
func NewHTTPServer ¶
func NewHTTPServer(cfg config.ServerConfig, logger *logger.Logger) *HTTPServer
func (*HTTPServer) AddRoutes ¶
func (s *HTTPServer) AddRoutes(routes ...*Route)
func (*HTTPServer) Start ¶
func (s *HTTPServer) Start()
func (*HTTPServer) Stop ¶
func (s *HTTPServer) Stop() error
Click to show internal directories.
Click to hide internal directories.