Files
grafana/pkg/dto/queries.go
Torkel Ödegaard 90ae59ccaf Fixed png rending
2014-12-01 13:25:57 -08:00

10 lines
126 B
Go

package dto
type GetDashboardQuery struct {
Id int64
Resp GetDashboardQueryResp
}
type GetDashboardQueryResp struct {
}