Skip to content
This repository has been archived by the owner on Apr 11, 2019. It is now read-only.

Commit

Permalink
Add history and trends to item.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekSi committed Jun 12, 2013
1 parent a116d03 commit a9b85a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions item.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ type Item struct {
Delta DeltaType `json:"delta"`
Description string `json:"description"`
Error string `json:"error"`
History int `json:"history,omitempty"`
Trends int `json:"trends,omitempty"`

// Fields below used only when creating applications
ApplicationIds []string `json:"applications,omitempty"`
Expand Down

0 comments on commit a9b85a7

Please sign in to comment.