Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleHealthCheck ¶
func HandleHealthCheck(h *Healthcheck) workerpool.JobHandler
Types ¶
type Healthcheck ¶
type Healthcheck struct { Enable bool // contains filtered or unexported fields }
func NewHealthcheck ¶
func NewHealthcheck(config *Config, redisData *storage.DataHandler, redisStat *storage.StatHandler, requestLogger *zap.Logger) *Healthcheck
func (*Healthcheck) FilterHealthcheck ¶
func (*Healthcheck) ShutDown ¶
func (h *Healthcheck) ShutDown()
func (*Healthcheck) Start ¶
func (h *Healthcheck) Start()
func (*Healthcheck) Transfer ¶
func (h *Healthcheck) Transfer()
Click to show internal directories.
Click to hide internal directories.