Versions in this module Expand all Collapse all v0 v0.6.1 Jul 31, 2023 v0.0.4 Jul 31, 2023 Changes in this version + func RegisterProbeFunc(svc Service, name ProbeName, pf ProbeFunc) + type ProbeFunc func() interface + func WrapAsProbeFunc(data interface{}) ProbeFunc + type ProbeName string + const ChangeEventsKey + const ConnPoolKey + const DestServiceKey + const OptionsKey + const RetryPolicyKey + const ServiceInfoKey + type Service interface + RegisterProbeFunc func(ProbeName, ProbeFunc) + var NoopService Service = &noopService{}