Files
grafana/pkg/dto/queries.go

10 lines
126 B
Go
Raw Normal View History

2014-12-01 13:25:57 -08:00
package dto
type GetDashboardQuery struct {
Id int64
Resp GetDashboardQueryResp
}
type GetDashboardQueryResp struct {
}