package
Version:
v1.0.0-beta.1-p1
Opens a new window with list of versions in this module.
Published: Jan 2, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 24
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Response struct {
Status string `json:"status"`
Data struct {
ResultType string `json:"resultType"`
Result []Result `json:"result"`
}
}
type Result struct {
Metric struct {
Job string `json:"job"`
} `json:"metric"`
Values []interface{} `json:"values"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.