Versions in this module Expand all Collapse all v0 v0.2.0 Jun 28, 2018 Changes in this version + func FileExists(path string) bool + func GetFileAbsPath(filename string) string + func Uint32ToBytes(value uint32) []byte + func Uint64ToBytes(value uint64) []byte v0.1.0 Apr 20, 2018 Changes in this version + type SlidingWindowCounter struct + Interval time.Duration + SlotGranularity time.Duration + func NewSlidingWindowCounter(i time.Duration, sg time.Duration) *SlidingWindowCounter + func NewSlidingWindowCounterWithSecondSlot(i time.Duration) *SlidingWindowCounter + func (c *SlidingWindowCounter) Count() uint64 + func (c *SlidingWindowCounter) Increment()