Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HTTPServer ¶
type HTTPServer struct { Logger *zap.Logger SS *service.Services Router *echo.Echo Hub *hub.Hub Repo repository.Repository }
HTTPServer : HttpServer struct to initialize
func (*HTTPServer) Start ¶
func (s *HTTPServer) Start(address string) error
Start : Start the HTTPServer
Click to show internal directories.
Click to hide internal directories.