package
Version:
v3.15.0+incompatible
Opens a new window with list of versions in this module.
Published: Jan 25, 2018
License: Apache-2.0, Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func EndpointIdQuery(endpoints []string) (endpointList []int64)
type EndpointCounter struct {
Id int64 `json:"id"`
EndpointId int `orm:"endpoint_id";json:"endpoint_id"`
Counter string `orm:"counter";json:"counter"`
Step int
Type string
Ts int64 `json:"ts"`
TCreate time.Time `json:"-"`
TModify time.Time `json:"-"`
}
type TimeSeriesData struct {
Timestamp int
Value float32
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.