refactoring: changed name on compare command to make properties more explainatory

This commit is contained in:
Torkel Ödegaard
2017-06-05 23:29:25 +02:00
parent 9c1401849e
commit 746d6cdc88
4 changed files with 32 additions and 29 deletions

View File

@@ -86,8 +86,8 @@ type GetDashboardVersionsQuery struct {
type CompareDashboardVersionsCommand struct {
OrgId int64
DashboardId int64
Original int
New int
BaseVersion int
NewVersion int
DiffType DiffType
Delta []byte `json:"delta"`