Documentation ¶ Index ¶ func NewHealthCheck(config *config.Global) (*health.Health, error) type Http func NewHttp(debug bool, port uint16, health *health.Health) *Http func (h *Http) Serve() error func (h *Http) Stop(ctx context.Context) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewHealthCheck ¶ added in v1.4.0 func NewHealthCheck(config *config.Global) (*health.Health, error) Types ¶ type Http ¶ type Http struct { // contains filtered or unexported fields } func NewHttp ¶ func NewHttp(debug bool, port uint16, health *health.Health) *Http func (*Http) Serve ¶ func (h *Http) Serve() error func (*Http) Stop ¶ func (h *Http) Stop(ctx context.Context) error Source Files ¶ View all Source files healthcheck.go http.go Click to show internal directories. Click to hide internal directories.