grafana / grafana-app-sdk

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

[bugfix][codegen] Fix flipped arguments in time.Time getters. #260

Closed IfSentient closed 4 months ago

IfSentient commented 4 months ago

codegen: Fix flipped arguments in time.Time getters, resulting in a bug where GetUpdateTimestamp() always returned a zero time in generated resource.Object implementations (this also caused GetCommonMetadata().UpdateTimestamp to be a zero time as well as that function used GetUpdateTimestamp() to fetch the update timestamp).