Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExtendedApi ¶
type ExtendedApi struct {
// contains filtered or unexported fields
}
ExtendedApi provides API request building for Grafana with optional debug mode.
func NewExtendedApi ¶
func NewExtendedApi(cfg *domain.GDGAppConfiguration) *ExtendedApi
func (*ExtendedApi) GetConfiguredOrgId ¶ added in v0.6.0
func (extended *ExtendedApi) GetConfiguredOrgId(orgName string) (int64, error)
GetConfiguredOrgId needed to call grafana API in order to configure the Grafana API correctly. Invoking this endpoint manually to avoid a circular dependency.
Click to show internal directories.
Click to hide internal directories.