log

package
v1.21.14 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 30, 2024 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LogRepo added in v1.20.18

type LogRepo struct {
	// contains filtered or unexported fields
}

func NewLogRepo added in v1.20.18

func NewLogRepo() *LogRepo

func (*LogRepo) BatchInsert added in v1.20.20

func (repo *LogRepo) BatchInsert(batch []*_types.Log) error

func (*LogRepo) GetByFilter added in v1.20.18

func (repo *LogRepo) GetByFilter(filter types.Filter) (_types.Logs, error)

func (*LogRepo) Insert added in v1.20.27

func (repo *LogRepo) Insert(log *_types.Log) error

func (*LogRepo) StartBatcher added in v1.20.27

func (repo *LogRepo) StartBatcher()

func (*LogRepo) StatsByDashboard added in v1.20.18

func (repo *LogRepo) StatsByDashboard(dashId int) ([]*types.DashStatRow, error)

func (*LogRepo) StatsByDashboardCached added in v1.20.18

func (repo *LogRepo) StatsByDashboardCached(dashId int) ([]*types.DashStatRow, error)

func (*LogRepo) StatsByLogname added in v1.20.18

func (repo *LogRepo) StatsByLogname(dashId int, logname string) ([]*types.DashStatRow, error)

func (*LogRepo) StatsByLognameCached added in v1.20.18

func (repo *LogRepo) StatsByLognameCached(dashId int, logname string) ([]*types.DashStatRow, error)

func (*LogRepo) StopBatcher added in v1.20.20

func (repo *LogRepo) StopBatcher()

func (*LogRepo) Store added in v1.20.18

func (repo *LogRepo) Store(log *_types.Log) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL