Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetStatisticsBucketInstance ¶
func GetStatisticsBucketInstance() *statisticsBucket
GetStatisticsBucketInstance godoc
Types ¶
type StatisticsInterface ¶
type StatisticsInterface interface { // GetCutoffTime godoc GetCutoffTime() time.Time // GetStatistics godoc GetStatistics() operations.Statistics // AddEvent godoc AddEvent(event operations.Event) // GetRepo godoc GetRepo() db.StatisticsRepo }
StatisticsInterface godoc
Click to show internal directories.
Click to hide internal directories.