Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Auth ¶ added in v0.42.0
func (*Auth) UnmarshalJSON ¶ added in v0.42.0
type AuthResponse ¶ added in v0.42.0
type Migrate ¶ added in v0.18.0
type Migrate struct {
Input map[string]string `json:"input,omitempty"`
GrafanaDashboard json.RawMessage `json:"grafanaDashboard"`
}
func (*Migrate) UnmarshalJSON ¶ added in v0.18.0
type RefreshRequest ¶ added in v0.42.0
type RefreshRequest struct {
RefreshToken string `json:"refreshToken"`
}
func (*RefreshRequest) UnmarshalJSON ¶ added in v0.42.0
func (r *RefreshRequest) UnmarshalJSON(data []byte) error
Click to show internal directories.
Click to hide internal directories.