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 ¶ 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 ¶
type LogStorage ¶ added in v1.20.13
type LogStorage struct {
// contains filtered or unexported fields
}
func NewLogStorage ¶ added in v1.20.13
func NewLogStorage() *LogStorage
func (*LogStorage) RunQueue ¶ added in v1.20.13
func (storage *LogStorage) RunQueue() *LogStorage
func (*LogStorage) StopQueue ¶ added in v1.20.13
func (storage *LogStorage) StopQueue() error
Click to show internal directories.
Click to hide internal directories.