Update deps

This commit is contained in:
Jeff Mitchell
2016-06-08 16:14:05 -04:00
parent 4ab63c8232
commit fb8817896d
13 changed files with 92 additions and 994 deletions

View File

@@ -42,6 +42,8 @@ type NotificationListOptions struct {
Participating bool `url:"participating,omitempty"`
Since time.Time `url:"since,omitempty"`
Before time.Time `url:"before,omitempty"`
ListOptions
}
// ListNotifications lists all notifications for the authenticated user.