grafana / cog

Code Generation with a human touch
Apache License 2.0
43 stars 2 forks source link

Use cog to perform codegen in `grafana-app-sdk` #408

Open K-Phoen opened 4 months ago

K-Phoen commented 4 months ago

For go types: https://github.com/grafana/grafana-app-sdk/blob/324159db30045da4deb4f204b05f627998e89217/codegen/jennies/gotypes.go#L100-L108 (and other places too)

As well as typescript, instead of cuetsy.

K-Phoen commented 3 months ago

A PR is open in grafana-app-sdk is open to showcase how a cog integration could look like: https://github.com/grafana/grafana-app-sdk/pull/296