Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Meta ¶
type Meta struct {
Type model.ProfileType `json:"type"`
Name string `json:"name"`
}
type Query ¶
type Query struct {
Type model.ProfileType `json:"type"`
From timeseries.Time `json:"from"`
To timeseries.Time `json:"to"`
Mode string `json:"mode"`
Instance string `json:"instance"`
}
Click to show internal directories.
Click to hide internal directories.