log_collect_backend

package
v0.0.0-...-87345f3 Latest Latest
Warning

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

Go to latest
Published: May 26, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LogBackEnd

type LogBackEnd interface {
	Write(logName string, tagMap map[string]string, data string, logTime time.Time) error
	Fetch(logName string, tagFilterMap map[string]string, start, end time.Time) ([]interface{}, error)
	FetchAll(logName string, tagFilterMap map[string]string) ([]interface{}, error)
	ForceFlush() error
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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