mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
10 lines
126 B
Go
10 lines
126 B
Go
|
|
package dto
|
||
|
|
|
||
|
|
type GetDashboardQuery struct {
|
||
|
|
Id int64
|
||
|
|
Resp GetDashboardQueryResp
|
||
|
|
}
|
||
|
|
|
||
|
|
type GetDashboardQueryResp struct {
|
||
|
|
}
|