Documentation ¶
Index ¶
Constants ¶
View Source
const ( INFLUXDB_DATABASE = "fissionFunctionLog" INFLUXDB_URL = "http://influxdb:8086/query" )
View Source
const (
INFLUXDB = "influxdb"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ByTimestampSort ¶ added in v1.13.0
type ByTimestampSort struct {
// contains filtered or unexported fields
}
func ByTimestamp ¶ added in v1.13.0
func ByTimestamp(entries []LogEntry, desc bool) ByTimestampSort
func (ByTimestampSort) Len ¶ added in v1.13.0
func (a ByTimestampSort) Len() int
func (ByTimestampSort) Less ¶ added in v1.13.0
func (a ByTimestampSort) Less(i, j int) bool
func (ByTimestampSort) Swap ¶ added in v1.13.0
func (a ByTimestampSort) Swap(i, j int)
type InfluxDB ¶
type InfluxDB struct {
// contains filtered or unexported fields
}
func NewInfluxDB ¶
type LogDatabase ¶
Click to show internal directories.
Click to hide internal directories.