Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Loki ¶
type Loki struct {
BaseURL string
}
Loki enables basic testing operations for the Loki component of the test cluster
type LokiQueryData ¶
type LokiQueryData struct {
Result []LokiQueryResult `json:"result"`
}
type LokiQueryResponse ¶
type LokiQueryResponse struct { Status string `json:"status"` Data LokiQueryData `json:"data"` }
type LokiQueryResult ¶
Click to show internal directories.
Click to hide internal directories.