Documentation
¶
Index ¶
- func GetByFilter(f types.Filter) (_types.Logs, error)
- 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)
- type LogStorage
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StatsByDashboard ¶
func StatsByDashboard(dashId int) ([]*types.DashStatRow, error)
func StatsByDashboardCached ¶
func StatsByDashboardCached(dashId int) ([]*types.DashStatRow, error)
func StatsByLogname ¶
func StatsByLogname(dashId int, logname string) ([]*types.DashStatRow, error)
func StatsByLognameCached ¶
func StatsByLognameCached(dashId int, logname string) ([]*types.DashStatRow, error)
Types ¶
type LogStorage ¶
type LogStorage struct {
// contains filtered or unexported fields
}
func NewLogStorage ¶
func NewLogStorage() *LogStorage
func (*LogStorage) RunQueue ¶
func (storage *LogStorage) RunQueue() *LogStorage
func (*LogStorage) StopQueue ¶
func (storage *LogStorage) StopQueue() error
Click to show internal directories.
Click to hide internal directories.