Skip to content

Commit

Permalink
add note to Event
Browse files Browse the repository at this point in the history
  • Loading branch information
gewo committed Sep 8, 2015
1 parent 5e8ff9f commit fca66b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ type Event struct {
Value float64 `json:"value"`
Fields string `sql:"size:1024" json:"fields"`
Tags string `sql:"size:1024" json:"tags"`
Note string `sql:"size:1024" json:"note"`
CreatedAt time.Time `json:"createdAt"`
UpdatedAt time.Time `json:"updatedAt"`
DeletedAt time.Time `json:"-"`
Expand Down

0 comments on commit fca66b8

Please sign in to comment.