Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HealthCheckResponse ¶
type HealthCheckResponse struct {
Status string `json:"status"`
}
HealthCheckResponse has fields with healthcheck status
type HealthCheckServicer ¶
HealthCheckServicer provides functions for performing component healthcheck
func NewHealthCheck ¶
func NewHealthCheck(c *config.Configuration) HealthCheckServicer
NewHealthCheck creates a new healthcheck
type MessageWriter ¶
MessageWriter provides functions for writing messages to storage
func NewMessageWriter ¶
func NewMessageWriter(c *config.Configuration) MessageWriter
NewMessageWriter creates a new healthcheck
Click to show internal directories.
Click to hide internal directories.