grafana / grafana-app-sdk

An SDK for developing apps for grafana using kubernetes-like storage and operators
Apache License 2.0
41 stars 7 forks source link

Respect the `--kindgrouping` flag in models go code generation #294

Closed IfSentient closed 1 month ago

IfSentient commented 1 month ago

Go model type generator's GoTypes jenny was missing the boolean in its configuration telling it how to group kinds, which defaults to false (group by group). Updated the generator to take an argument to set this, like the Resource type generator, and supply the value from the CLI flag --kindgrouping, the same as with resource types.