Versions in this module Expand all Collapse all v0 v0.2.0 Nov 6, 2022 v0.1.0 Nov 5, 2022 Changes in this version + func RegisterForServer(registry prometheus.Registerer) + func RunForServer(addr string) error + func SetDreamkastMetricsToCtx(ctx context.Context, m DreamkastMetricsIface) context.Context + type DreamkastMetricsDao struct + func NewDreamkastMetricsDao(endpointUrl string) *DreamkastMetricsDao + func (dao DreamkastMetricsDao) ListTalks(d time.Duration) + func (dao DreamkastMetricsDao) ListTracks(d time.Duration) + func (dao DreamkastMetricsDao) UpdateTalk(d time.Duration) + type DreamkastMetricsFake struct + func (DreamkastMetricsFake) ListTalks(time.Duration) + func (DreamkastMetricsFake) ListTracks(time.Duration) + func (DreamkastMetricsFake) UpdateTalk(time.Duration) + type DreamkastMetricsIface interface + ListTalks func(time.Duration) + ListTracks func(time.Duration) + UpdateTalk func(time.Duration) + func DreamkastMetricsFromCtx(ctx context.Context) DreamkastMetricsIface