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

Fix backend plugin codegen #302

Closed radiohead closed 1 month ago

radiohead commented 1 month ago

WHAT

This commit fixes codegen for backend plugin router by ensuring that router service interface uses consistent interface method signatures.

WHY

To make sure that the codegen works again and produces valid Go code.

radiohead commented 1 month ago

This was introduced in https://github.com/grafana/grafana-app-sdk/pull/290 – I unfortunately have missed that. Working with Go templates is hard.