package
Version:
v0.0.3
Opens a new window with list of versions in this module.
Published: Nov 7, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Data struct {
ResultType string `json:"resultType"`
Result []Result `json:"result"`
}
type Response struct {
Status string `json:"status"`
Data Data `json:"data"`
}
type Result struct {
Stream Stream `json:"stream"`
Values [][]string `json:"values"`
}
type Stream struct {
Kind string `json:"kind"`
Name string `json:"name"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.