Documentation
¶
Index ¶
- Variables
- func GetByFilter(f types.Filter) (types.Logs, 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(log *types.Log) error
- func RunQueue()
- func StopQueue() error
Constants ¶
This section is empty.
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.