Documentation
¶
Index ¶
- Constants
- Variables
- func Find(filter types.Filter, agg string) (types.Counts, error)
- func GetDashLognames(dashId int) ([]*types.DashStatRow, error)
- func GetDashLognamesCached(dashId int) ([]*types.DashStatRow, error)
- func GetDashStats(dashId int, logname string) ([]*types.DashStatRow, error)
- func GetDashStatsCached(dashId int, logname string) ([]*types.DashStatRow, error)
- func PushToQueue(c *types.Count) error
- func RunQueue()
- func StopQueue() error
Constants ¶
View Source
const ( AggMinute = "m" Agg5Minutes = "5m" AggHour = "h" AggDay = "d" )
Variables ¶
View Source
var Queue *queue.Queue
Functions ¶
func GetDashLognames ¶
func GetDashLognames(dashId int) ([]*types.DashStatRow, error)
func GetDashLognamesCached ¶
func GetDashLognamesCached(dashId int) ([]*types.DashStatRow, error)
func GetDashStats ¶
func GetDashStats(dashId int, logname string) ([]*types.DashStatRow, error)
func GetDashStatsCached ¶
func GetDashStatsCached(dashId int, logname string) ([]*types.DashStatRow, error)
func PushToQueue ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.