Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrCockpitNotActivated = fmt.Errorf("cockpit: cockpit not activated")
ErrCockpitNotActivated is returned when the cockpit is not activated for a project.
Functions ¶
This section is empty.
Types ¶
type Entry ¶
func (*Entry) UnmarshalJSON ¶
type QueryResponse ¶
type QueryResponse struct { Status string `json:"status"` Data QueryResponseData `json:"data"` }
type QueryResponseData ¶
type Stream ¶
type Stream struct { Stream StreamMetadata `json:"stream"` Entries []Entry `json:"values"` }
type StreamMetadata ¶
Click to show internal directories.
Click to hide internal directories.