package
Version:
v4.5.2000+incompatible
Opens a new window with list of versions in this module.
Published: Jun 15, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func NewInfluxConverter(targetdata common.TargetData, databaseName string, measurement string) *influxConverter
type InfluxResp []struct {
Series []struct {
Name string `json:"name"`
Columns []string `json:"columns"`
Values [][]interface{} `json:"values"`
} `json:"Series"`
Messages interface{} `json:"Messages"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.