interface
HealthStore
type HealthStore interface {
Ping(context.Context) error
}Connectivity health check.
Pingfunc(context.Context) error- The Ping value.
interface
type HealthStore interface {
Ping(context.Context) error
}Connectivity health check.
Pingfunc(context.Context) error