package
Version:
v4.0.17
Opens a new window with list of versions in this module.
Published: Mar 23, 2024
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
type Historian interface {
Write(table, id string, timestamp int64, values map[string]any) error
Query(table, id, name, start, end, window, method string) ([]Point, error)
}
type Point struct {
Value any `json:"value"`
Time int64 `json:"time"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.