Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrFolderNameMissing error = errors.New("Folder name missing")
)
Functions ¶
func NewDashboardCache ¶
func NewDashboardCache() *dashboardCache
func NewDashboardFileReader ¶
func NewDashboardFileReader(cfg *DashboardsAsConfig, log log.Logger) (*fileReader, error)
Types ¶
type DashboardProvisioner ¶
type DashboardProvisioner struct {
// contains filtered or unexported fields
}
type DashboardsAsConfig ¶
type DashboardsAsConfig struct { Name string `json:"name" yaml:"name"` Type string `json:"type" yaml:"type"` OrgId int64 `json:"org_id" yaml:"org_id"` Folder string `json:"folder" yaml:"folder"` Editable bool `json:"editable" yaml:"editable"` Options map[string]interface{} `json:"options" yaml:"options"` }
Click to show internal directories.
Click to hide internal directories.