Documentation ¶ Index ¶ type HttpServer func New(svc *svc.Service) *HttpServer func (hs *HttpServer) Start(ctx context.Context, wg *sync.WaitGroup, dev bool, port int) func (hs *HttpServer) Stop(ctx context.Context) error 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 New ¶ func New(svc *svc.Service) *HttpServer func (*HttpServer) Start ¶ func (hs *HttpServer) Start(ctx context.Context, wg *sync.WaitGroup, dev bool, port int) func (*HttpServer) Stop ¶ func (hs *HttpServer) Stop(ctx context.Context) error Source Files ¶ View all Source files event.go http.go tasks.go Directories ¶ Show internal Expand all Path Synopsis bean validator Click to show internal directories. Click to hide internal directories.