Versions in this module Expand all Collapse all v0 v0.2.0 Apr 22, 2018 v0.1.0 Mar 26, 2018 Changes in this version + type FakeStats struct + func NewFake() *FakeStats + func (fs *FakeStats) Event(title, mesg, aggKey, typ string, timestamp time.Time, tags ...string) + func (fs *FakeStats) IncCount(name string, tags ...string) + func (fs *FakeStats) ServiceCheck(name, mesg string, status int, timestamp time.Time, tags ...string) + type Stats interface + Event func(title, mesg, aggKey, typ string, timestamp time.Time, tags ...string) + IncCount func(name string, tags ...string) + ServiceCheck func(name, mesg string, status int, timestamp time.Time, tags ...string)