mirror of
https://github.com/grafana/grafana.git
synced 2025-07-29 12:42:15 +08:00
Add apiVersion to plugin models (#87510)
This commit is contained in:

committed by
GitHub

parent
2f11cf84e8
commit
d8904f3ca4
@ -119,6 +119,9 @@ type JSONData struct {
|
||||
|
||||
// App Service Auth Registration
|
||||
IAM *pfs.IAM `json:"iam,omitempty"`
|
||||
|
||||
// API Version: Temporary field while plugins don't expose a OpenAPI schema
|
||||
APIVersion string `json:"apiVersion,omitempty"`
|
||||
}
|
||||
|
||||
func ReadPluginJSON(reader io.Reader) (JSONData, error) {
|
||||
|
Reference in New Issue
Block a user