mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
DashboardSchemas: OpenAPI Schema Generation (#30242)
* Go program to output openapi * Fix number type syntax Resolves error: 'unsupported op for number &' * Render just the schemas * Use args as entrypoints and add test * Update README, tidy go.mod
This commit is contained in:
5
dashboard-schemas/go.mod
Normal file
5
dashboard-schemas/go.mod
Normal file
@@ -0,0 +1,5 @@
|
||||
module github.com/grafana/grafana/dashboard-schemas
|
||||
|
||||
go 1.15
|
||||
|
||||
require cuelang.org/go v0.2.2
|
||||
Reference in New Issue
Block a user