grafana / grafana-app-sdk

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

Teach go codegen to emit yaml struct tags #505

Open bcotton opened 21 hours ago

bcotton commented 21 hours ago

We have command-line tooling that reads Kinds from multi-document yaml files. Unmarshalling will not work on the yaml side without the correct tags.