@@ -514,22 +514,6 @@ DashboardMetaConverter accepts a `DashboardMeta` object and generates the Go cod
514514func DashboardMetaConverter(input DashboardMeta) string
515515```
516516
517- ### <span class="badge function"></span> DashboardConverter
518-
519- DashboardConverter accepts a `Dashboard` object and generates the Go code to build this object using builders.
520-
521- ```go
522- func DashboardConverter(input Dashboard) string
523- ```
524-
525- ### <span class="badge function"></span> TimePickerConverter
526-
527- TimePickerConverter accepts a `TimePicker` object and generates the Go code to build this object using builders.
528-
529- ```go
530- func TimePickerConverter(input TimePickerConfig) string
531- ```
532-
533517### <span class="badge function"></span> TimeOptionConverter
534518
535519TimeOptionConverter accepts a `TimeOption` object and generates the Go code to build this object using builders.
@@ -538,22 +522,6 @@ TimeOptionConverter accepts a `TimeOption` object and generates the Go code to b
538522func TimeOptionConverter(input TimeOption) string
539523```
540524
541- ### <span class="badge function"></span> PanelConverter
542-
543- PanelConverter accepts a `Panel` object and generates the Go code to build this object using builders.
544-
545- ```go
546- func PanelConverter(input Panel) string
547- ```
548-
549- ### <span class="badge function"></span> DashboardLinkConverter
550-
551- DashboardLinkConverter accepts a `DashboardLink` object and generates the Go code to build this object using builders.
552-
553- ```go
554- func DashboardLinkConverter(input DashboardLink) string
555- ```
556-
557525### <span class="badge function"></span> ThresholdsConfigConverter
558526
559527ThresholdsConfigConverter accepts a `ThresholdsConfig` object and generates the Go code to build this object using builders.
@@ -602,14 +570,6 @@ ActionVariableConverter accepts a `ActionVariable` object and generates the Go c
602570func ActionVariableConverter(input ActionVariable) string
603571```
604572
605- ### <span class="badge function"></span> RowConverter
606-
607- RowConverter accepts a `Row` object and generates the Go code to build this object using builders.
608-
609- ```go
610- func RowConverter(input RowPanel) string
611- ```
612-
613573### <span class="badge function"></span> AnnotationQueryConverter
614574
615575AnnotationQueryConverter accepts a `AnnotationQuery` object and generates the Go code to build this object using builders.
@@ -698,6 +658,46 @@ DashboardActionStyleConverter accepts a `DashboardActionStyle` object and genera
698658func DashboardActionStyleConverter(input DashboardActionStyle) string
699659```
700660
661+ ### <span class="badge function"></span> TimePickerConverter
662+
663+ TimePickerConverter accepts a `TimePicker` object and generates the Go code to build this object using builders.
664+
665+ ```go
666+ func TimePickerConverter(input TimePickerConfig) string
667+ ```
668+
669+ ### <span class="badge function"></span> PanelConverter
670+
671+ PanelConverter accepts a `Panel` object and generates the Go code to build this object using builders.
672+
673+ ```go
674+ func PanelConverter(input Panel) string
675+ ```
676+
677+ ### <span class="badge function"></span> DashboardConverter
678+
679+ DashboardConverter accepts a `Dashboard` object and generates the Go code to build this object using builders.
680+
681+ ```go
682+ func DashboardConverter(input Dashboard) string
683+ ```
684+
685+ ### <span class="badge function"></span> RowConverter
686+
687+ RowConverter accepts a `Row` object and generates the Go code to build this object using builders.
688+
689+ ```go
690+ func RowConverter(input RowPanel) string
691+ ```
692+
693+ ### <span class="badge function"></span> DashboardLinkConverter
694+
695+ DashboardLinkConverter accepts a `DashboardLink` object and generates the Go code to build this object using builders.
696+
697+ ```go
698+ func DashboardLinkConverter(input DashboardLink) string
699+ ```
700+
701701### <span class="badge function"></span> QueryVariableConverter
702702
703703QueryVariableConverter accepts a `QueryVariable` object and generates the Go code to build this object using builders.
0 commit comments