Versions in this module Expand all Collapse all v0 v0.1.3 Nov 3, 2017 Changes in this version + type Aggregator interface + Report func(Sample) + Run func(context.Context) error + type Ammo interface + type Gun interface + Bind func(Aggregator) + Shoot func(context.Context, Ammo) + type Provider interface + Acquire func() (a Ammo, ok bool) + Release func(Ammo) + Run func(context.Context) error + type Sample interface + type Schedule interface + Next func() (ts time.Time, ok bool) + Start func(startAt time.Time)