Documentation ¶
Overview ¶
Package healthcheck checks the health of the backend
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdHealthcheck ¶
func NewCmdHealthcheck(t *terminal.Terminal, store HealthcheckStore) *cobra.Command
Types ¶
type HealthcheckStore ¶
type HealthcheckStore interface {
Healthcheck() error
}
Click to show internal directories.
Click to hide internal directories.