Skip to content

dashboard🔗

Objects🔗

Builders🔗

Functions🔗

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