Skip to content

dashboard🔗

Objects🔗

Builders🔗

Functions🔗

NewDashboard🔗

NewDashboard creates a new Dashboard object.

func NewDashboard() *Dashboard

NewAnnotationTarget🔗

NewAnnotationTarget creates a new AnnotationTarget object.

func NewAnnotationTarget() *AnnotationTarget

NewAnnotationPanelFilter🔗

NewAnnotationPanelFilter creates a new AnnotationPanelFilter object.

func NewAnnotationPanelFilter() *AnnotationPanelFilter

NewAnnotationContainer🔗

NewAnnotationContainer creates a new AnnotationContainer object.

func NewAnnotationContainer() *AnnotationContainer

NewAnnotationQuery🔗

NewAnnotationQuery creates a new AnnotationQuery object.

func NewAnnotationQuery() *AnnotationQuery

NewVariableModel🔗

NewVariableModel creates a new VariableModel object.

func NewVariableModel() *VariableModel

NewVariableOption🔗

NewVariableOption creates a new VariableOption object.

func NewVariableOption() *VariableOption

NewDataSourceRef🔗

NewDataSourceRef creates a new DataSourceRef object.

func NewDataSourceRef() *DataSourceRef

NewDashboardLink creates a new DashboardLink object.

func NewDashboardLink() *DashboardLink

NewFieldColor🔗

NewFieldColor creates a new FieldColor object.

func NewFieldColor() *FieldColor

NewGridPos🔗

NewGridPos creates a new GridPos object.

func NewGridPos() *GridPos

NewThreshold🔗

NewThreshold creates a new Threshold object.

func NewThreshold() *Threshold

NewThresholdsConfig🔗

NewThresholdsConfig creates a new ThresholdsConfig object.

func NewThresholdsConfig() *ThresholdsConfig

NewValueMapping🔗

NewValueMapping creates a new ValueMapping object.

func NewValueMapping() *ValueMapping

NewValueMap🔗

NewValueMap creates a new ValueMap object.

func NewValueMap() *ValueMap

NewRangeMap🔗

NewRangeMap creates a new RangeMap object.

func NewRangeMap() *RangeMap

NewRegexMap🔗

NewRegexMap creates a new RegexMap object.

func NewRegexMap() *RegexMap

NewSpecialValueMap🔗

NewSpecialValueMap creates a new SpecialValueMap object.

func NewSpecialValueMap() *SpecialValueMap

NewValueMappingResult🔗

NewValueMappingResult creates a new ValueMappingResult object.

func NewValueMappingResult() *ValueMappingResult

NewDataTransformerConfig🔗

NewDataTransformerConfig creates a new DataTransformerConfig object.

func NewDataTransformerConfig() *DataTransformerConfig

NewTimePickerConfig🔗

NewTimePickerConfig creates a new TimePickerConfig object.

func NewTimePickerConfig() *TimePickerConfig

NewSnapshot🔗

NewSnapshot creates a new Snapshot object.

func NewSnapshot() *Snapshot

NewPanel🔗

NewPanel creates a new Panel object.

func NewPanel() *Panel

NewFieldConfigSource🔗

NewFieldConfigSource creates a new FieldConfigSource object.

func NewFieldConfigSource() *FieldConfigSource

NewLibraryPanelRef🔗

NewLibraryPanelRef creates a new LibraryPanelRef object.

func NewLibraryPanelRef() *LibraryPanelRef

NewMatcherConfig🔗

NewMatcherConfig creates a new MatcherConfig object.

func NewMatcherConfig() *MatcherConfig

NewDynamicConfigValue🔗

NewDynamicConfigValue creates a new DynamicConfigValue object.

func NewDynamicConfigValue() *DynamicConfigValue

NewFieldConfig🔗

NewFieldConfig creates a new FieldConfig object.

func NewFieldConfig() *FieldConfig

NewRowPanel🔗

NewRowPanel creates a new RowPanel object.

func NewRowPanel() *RowPanel

NewAnnotationActions🔗

NewAnnotationActions creates a new AnnotationActions object.

func NewAnnotationActions() *AnnotationActions

NewAnnotationPermission🔗

NewAnnotationPermission creates a new AnnotationPermission object.

func NewAnnotationPermission() *AnnotationPermission

NewDashboardMeta🔗

NewDashboardMeta creates a new DashboardMeta object.

func NewDashboardMeta() *DashboardMeta

NewDashboardDashboardTime🔗

NewDashboardDashboardTime creates a new DashboardDashboardTime object.

func NewDashboardDashboardTime() *DashboardDashboardTime

NewDashboardDashboardTemplating🔗

NewDashboardDashboardTemplating creates a new DashboardDashboardTemplating object.

func NewDashboardDashboardTemplating() *DashboardDashboardTemplating

NewDashboardRangeMapOptions🔗

NewDashboardRangeMapOptions creates a new DashboardRangeMapOptions object.

func NewDashboardRangeMapOptions() *DashboardRangeMapOptions

NewDashboardRegexMapOptions🔗

NewDashboardRegexMapOptions creates a new DashboardRegexMapOptions object.

func NewDashboardRegexMapOptions() *DashboardRegexMapOptions

NewDashboardSpecialValueMapOptions🔗

NewDashboardSpecialValueMapOptions creates a new DashboardSpecialValueMapOptions object.

func NewDashboardSpecialValueMapOptions() *DashboardSpecialValueMapOptions

NewDashboardFieldConfigSourceOverrides🔗

NewDashboardFieldConfigSourceOverrides creates a new DashboardFieldConfigSourceOverrides object.

func NewDashboardFieldConfigSourceOverrides() *DashboardFieldConfigSourceOverrides

NewPanelOrRowPanel🔗

NewPanelOrRowPanel creates a new PanelOrRowPanel object.

func NewPanelOrRowPanel() *PanelOrRowPanel

NewStringOrMap🔗

NewStringOrMap creates a new StringOrMap object.

func NewStringOrMap() *StringOrMap

NewStringOrArrayOfString🔗

NewStringOrArrayOfString creates a new StringOrArrayOfString object.

func NewStringOrArrayOfString() *StringOrArrayOfString

NewValueMapOrRangeMapOrRegexMapOrSpecialValueMap🔗

NewValueMapOrRangeMapOrRegexMapOrSpecialValueMap creates a new ValueMapOrRangeMapOrRegexMapOrSpecialValueMap object.

func NewValueMapOrRangeMapOrRegexMapOrSpecialValueMap() *ValueMapOrRangeMapOrRegexMapOrSpecialValueMap

DashboardConverter🔗

DashboardConverter accepts a Dashboard object and generates the Go code to build this object using builders.

func DashboardConverter(input Dashboard) string

AnnotationTargetConverter🔗

AnnotationTargetConverter accepts a AnnotationTarget object and generates the Go code to build this object using builders.

func AnnotationTargetConverter(input AnnotationTarget) string

AnnotationPanelFilterConverter🔗

AnnotationPanelFilterConverter accepts a AnnotationPanelFilter object and generates the Go code to build this object using builders.

func AnnotationPanelFilterConverter(input AnnotationPanelFilter) string

AnnotationQueryConverter🔗

AnnotationQueryConverter accepts a AnnotationQuery object and generates the Go code to build this object using builders.

func AnnotationQueryConverter(input AnnotationQuery) string

DashboardLinkConverter🔗

DashboardLinkConverter accepts a DashboardLink object and generates the Go code to build this object using builders.

func DashboardLinkConverter(input DashboardLink) string

FieldColorConverter🔗

FieldColorConverter accepts a FieldColor object and generates the Go code to build this object using builders.

func FieldColorConverter(input FieldColor) string

ThresholdsConfigConverter🔗

ThresholdsConfigConverter accepts a ThresholdsConfig object and generates the Go code to build this object using builders.

func ThresholdsConfigConverter(input ThresholdsConfig) string

ValueMapConverter🔗

ValueMapConverter accepts a ValueMap object and generates the Go code to build this object using builders.

func ValueMapConverter(input ValueMap) string

RangeMapConverter🔗

RangeMapConverter accepts a RangeMap object and generates the Go code to build this object using builders.

func RangeMapConverter(input RangeMap) string

RegexMapConverter🔗

RegexMapConverter accepts a RegexMap object and generates the Go code to build this object using builders.

func RegexMapConverter(input RegexMap) string

SpecialValueMapConverter🔗

SpecialValueMapConverter accepts a SpecialValueMap object and generates the Go code to build this object using builders.

func SpecialValueMapConverter(input SpecialValueMap) string

ValueMappingResultConverter🔗

ValueMappingResultConverter accepts a ValueMappingResult object and generates the Go code to build this object using builders.

func ValueMappingResultConverter(input ValueMappingResult) string

TimePickerConverter🔗

TimePickerConverter accepts a TimePicker object and generates the Go code to build this object using builders.

func TimePickerConverter(input TimePickerConfig) string

SnapshotConverter🔗

SnapshotConverter accepts a Snapshot object and generates the Go code to build this object using builders.

func SnapshotConverter(input Snapshot) string

PanelConverter🔗

PanelConverter accepts a Panel object and generates the Go code to build this object using builders.

func PanelConverter(input Panel) string

RowConverter🔗

RowConverter accepts a Row object and generates the Go code to build this object using builders.

func RowConverter(input RowPanel) string

AnnotationActionsConverter🔗

AnnotationActionsConverter accepts a AnnotationActions object and generates the Go code to build this object using builders.

func AnnotationActionsConverter(input AnnotationActions) string

AnnotationPermissionConverter🔗

AnnotationPermissionConverter accepts a AnnotationPermission object and generates the Go code to build this object using builders.

func AnnotationPermissionConverter(input AnnotationPermission) string

DashboardMetaConverter🔗

DashboardMetaConverter accepts a DashboardMeta object and generates the Go code to build this object using builders.

func DashboardMetaConverter(input DashboardMeta) string

DashboardDashboardTimeConverter🔗

DashboardDashboardTimeConverter accepts a DashboardDashboardTime object and generates the Go code to build this object using builders.

func DashboardDashboardTimeConverter(input DashboardDashboardTime) string

DashboardDashboardTemplatingConverter🔗

DashboardDashboardTemplatingConverter accepts a DashboardDashboardTemplating object and generates the Go code to build this object using builders.

func DashboardDashboardTemplatingConverter(input DashboardDashboardTemplating) string

DashboardRangeMapOptionsConverter🔗

DashboardRangeMapOptionsConverter accepts a DashboardRangeMapOptions object and generates the Go code to build this object using builders.

func DashboardRangeMapOptionsConverter(input DashboardRangeMapOptions) string

DashboardRegexMapOptionsConverter🔗

DashboardRegexMapOptionsConverter accepts a DashboardRegexMapOptions object and generates the Go code to build this object using builders.

func DashboardRegexMapOptionsConverter(input DashboardRegexMapOptions) string

DashboardSpecialValueMapOptionsConverter🔗

DashboardSpecialValueMapOptionsConverter accepts a DashboardSpecialValueMapOptions object and generates the Go code to build this object using builders.

func DashboardSpecialValueMapOptionsConverter(input DashboardSpecialValueMapOptions) string

DashboardFieldConfigSourceOverridesConverter🔗

DashboardFieldConfigSourceOverridesConverter accepts a DashboardFieldConfigSourceOverrides object and generates the Go code to build this object using builders.

func DashboardFieldConfigSourceOverridesConverter(input DashboardFieldConfigSourceOverrides) string

QueryVariableConverter🔗

QueryVariableConverter accepts a QueryVariable object and generates the Go code to build this object using builders.

func QueryVariableConverter(input VariableModel) string

AdHocVariableConverter🔗

AdHocVariableConverter accepts a AdHocVariable object and generates the Go code to build this object using builders.

func AdHocVariableConverter(input VariableModel) string

ConstantVariableConverter🔗

ConstantVariableConverter accepts a ConstantVariable object and generates the Go code to build this object using builders.

func ConstantVariableConverter(input VariableModel) string

DatasourceVariableConverter🔗

DatasourceVariableConverter accepts a DatasourceVariable object and generates the Go code to build this object using builders.

func DatasourceVariableConverter(input VariableModel) string

IntervalVariableConverter🔗

IntervalVariableConverter accepts a IntervalVariable object and generates the Go code to build this object using builders.

func IntervalVariableConverter(input VariableModel) string

TextBoxVariableConverter🔗

TextBoxVariableConverter accepts a TextBoxVariable object and generates the Go code to build this object using builders.

func TextBoxVariableConverter(input VariableModel) string

CustomVariableConverter🔗

CustomVariableConverter accepts a CustomVariable object and generates the Go code to build this object using builders.

func CustomVariableConverter(input VariableModel) string