grafana/apps/example/pkg/app/config.go

8 lines
147 B
Go

package app
// ExampleConfig is an example app-specific config type
type ExampleConfig struct {
EnableReconciler bool
EnableSomeFeature bool
}