Versions in this module Expand all Collapse all v0 v0.2.0 Mar 27, 2020 Changes in this version + const Description + const Name + const SuccessMessage + const Timeout + var HealthCheckK = microstorage.MustK(microstorage.NewK("microstorage-health-check-key")) + var HealthCheckKV = microstorage.MustKV(microstorage.NewKV(HealthCheckK.Key(), "microstorage-health-check-value")) + func IsExecutionFailed(err error) bool + func IsInvalidConfig(err error) bool + type Config struct + Logger micrologger.Logger + Storage microstorage.Storage + Timeout time.Duration + func DefaultConfig() Config + type Service struct + func New(config Config) (*Service, error) + func (s *Service) GetHealthz(ctx context.Context) (healthz.Response, error)