Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GrafanaAnnotation ¶
type GrafanaAnnotation struct {
// contains filtered or unexported fields
}
func (GrafanaAnnotation) Id ¶
func (n GrafanaAnnotation) Id() string
func (GrafanaAnnotation) Name ¶
func (n GrafanaAnnotation) Name() string
type OptsGrafanaAnnotation ¶
type OptsGrafanaAnnotation struct { ApiKey string `mapstructure:"api_key"` Endpoint string `mapstructure:"endpoint"` DashboardId int `mapstructure:"dashboard_id"` PanelId int `mapstructure:"panel_id"` TimeZone string `mapstructure:"time_zone"` InsecureSkipVerify bool `mapstructure:"insecure_skip_verify"` }
Click to show internal directories.
Click to hide internal directories.