Minor bug fixes

This commit is contained in:
utkarshcmu
2016-01-19 05:05:24 -08:00
parent 41fd0ed467
commit ca55d1f315
5 changed files with 42 additions and 42 deletions

View File

@@ -52,9 +52,9 @@ type GetDashboardSnapshotQuery struct {
type DashboardSnapshots []*DashboardSnapshot
type GetDashboardSnapshotsQuery struct {
Name string
Limit int
OrgId int64
Name string
Limit int
OrgId int64
Result DashboardSnapshots
Result DashboardSnapshots
}