Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HttpServer ¶
type HttpServer struct {
// contains filtered or unexported fields
}
func NewHttpServer ¶
func NewHttpServer(logger *logrus.Logger) *HttpServer
func (*HttpServer) Setup ¶
func (s *HttpServer) Setup(cfg *config.Config, deps *dependencies.Dependencies) (*HttpServer, error)
func (*HttpServer) WaitStop ¶
func (s *HttpServer) WaitStop(ctx context.Context)
Click to show internal directories.
Click to hide internal directories.