Documentation ¶
Index ¶
- Variables
- func GetByFilter(f types.Filter) (_types.Logs, error)
- func PushToQueue(log *_types.Log) error
- func RunQueue()
- func StatsByDashboard(dashId int) ([]*types.DashStatRow, error)
- func StatsByDashboardCached(dashId int) ([]*types.DashStatRow, error)
- func StatsByLogname(dashId int, logname string) ([]*types.DashStatRow, error)
- func StatsByLognameCached(dashId int, logname string) ([]*types.DashStatRow, error)
- func StopQueue() error
Constants ¶
This section is empty.
Variables ¶
View Source
var Queue *queue.Queue
Functions ¶
func PushToQueue ¶
func StatsByDashboard ¶ added in v1.0.9
func StatsByDashboard(dashId int) ([]*types.DashStatRow, error)
func StatsByDashboardCached ¶ added in v1.0.9
func StatsByDashboardCached(dashId int) ([]*types.DashStatRow, error)
func StatsByLogname ¶ added in v1.0.9
func StatsByLogname(dashId int, logname string) ([]*types.DashStatRow, error)
func StatsByLognameCached ¶ added in v1.0.9
func StatsByLognameCached(dashId int, logname string) ([]*types.DashStatRow, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.