Documentation
¶
Index ¶
- type Service
- func (s *Service) DeleteCredential(accountID string) error
- func (s *Service) DeleteProviderLink(source string) error
- func (s *Service) InstallIntegration(id integrations.ID) ([]integrations.Status, error)
- func (s *Service) SaveCredential(accountID, apiKey string) error
- func (s *Service) SaveDashboardHideSectionsWithNoData(hide bool) error
- func (s *Service) SaveDashboardProviders(providersCfg []config.DashboardProviderConfig) error
- func (s *Service) SaveDashboardView(view string) error
- func (s *Service) SaveDashboardWidgetSections(sections []config.DashboardWidgetSection) error
- func (s *Service) SaveDetailWidgetSections(sections []config.DetailWidgetSection) error
- func (s *Service) SaveProviderLink(source, target string) error
- func (s *Service) SaveTheme(themeName string) error
- func (s *Service) SaveTimeWindow(window string) error
- func (s *Service) ValidateAPIKey(accountID, providerID, apiKey string) (bool, string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func (*Service) DeleteCredential ¶
func (*Service) DeleteProviderLink ¶ added in v0.9.6
func (*Service) InstallIntegration ¶
func (s *Service) InstallIntegration(id integrations.ID) ([]integrations.Status, error)
func (*Service) SaveCredential ¶
func (*Service) SaveDashboardHideSectionsWithNoData ¶
func (*Service) SaveDashboardProviders ¶
func (s *Service) SaveDashboardProviders(providersCfg []config.DashboardProviderConfig) error
func (*Service) SaveDashboardView ¶
func (*Service) SaveDashboardWidgetSections ¶
func (s *Service) SaveDashboardWidgetSections(sections []config.DashboardWidgetSection) error
func (*Service) SaveDetailWidgetSections ¶ added in v0.8.0
func (s *Service) SaveDetailWidgetSections(sections []config.DetailWidgetSection) error
func (*Service) SaveProviderLink ¶ added in v0.9.6
func (*Service) SaveTimeWindow ¶
Click to show internal directories.
Click to hide internal directories.