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 }
Click to show internal directories.
Click to hide internal directories.