Documentation
¶
Index ¶
- type InfluxDBLogBackendRepository
- func (inf *InfluxDBLogBackendRepository) Fetch(logName string, tagFilterMap map[string]string, start, end time.Time) ([]interface{}, error)
- func (inf *InfluxDBLogBackendRepository) FetchAll(logName string, tagFilterMap map[string]string) ([]interface{}, error)
- func (inf *InfluxDBLogBackendRepository) ForceFlush() error
- func (inf *InfluxDBLogBackendRepository) Write(logName string, tagMap map[string]string, data string, eventTime time.Time) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InfluxDBLogBackendRepository ¶
func New ¶
func New( influxDBClient *influxdb_conn.Connection, expireDuration time.Duration, ) (*InfluxDBLogBackendRepository, error)
func (*InfluxDBLogBackendRepository) FetchAll ¶
func (inf *InfluxDBLogBackendRepository) FetchAll( logName string, tagFilterMap map[string]string, ) ([]interface{}, error)
func (*InfluxDBLogBackendRepository) ForceFlush ¶
func (inf *InfluxDBLogBackendRepository) ForceFlush() error
Click to show internal directories.
Click to hide internal directories.