Skip to content

Commit

Permalink
Merge pull request #6 from bluebird-tech/time
Browse files Browse the repository at this point in the history
add start/end_at fields to events
  • Loading branch information
gewo committed Oct 29, 2015
2 parents 243aca1 + 40543c4 commit db48170
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ type Event struct {
NotificationShownAt *time.Time `json:"notificationShownAt"`
NotificationDismissedAt *time.Time `json:"notificationDismissedAt"`
NotificationAcceptedAt *time.Time `json:"notificationAcceptedAt"`
StartAt *time.Time `json:"startAt"`
EndAt *time.Time `json:"EndAt"`
}

type Installation struct {
Expand Down

0 comments on commit db48170

Please sign in to comment.