Documentation ¶ Index ¶ type Creator func NewCreator(grabanaClient *grabana.Client) *Creator func (creator *Creator) Delete(uid string) error func (creator *Creator) FromRawSpec(folderName string, uid string, rawJSON []byte) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Creator ¶ type Creator struct { // contains filtered or unexported fields } func NewCreator ¶ func NewCreator(grabanaClient *grabana.Client) *Creator func (*Creator) Delete ¶ func (creator *Creator) Delete(uid string) error func (*Creator) FromRawSpec ¶ func (creator *Creator) FromRawSpec(folderName string, uid string, rawJSON []byte) error Source Files ¶ View all Source files creator.go Click to show internal directories. Click to hide internal directories.