Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type NotificationAPI ¶
type SearchNotificationsRequest ¶
type SearchNotificationsRequest struct { From int `json:"from"` Size int `json:"size"` Keyword string `json:"keyword"` Status []model.NotificationStatus `json:"status"` Types []model.NotificationType `json:"types"` }
type SetNotificationsReadRequest ¶
type SetNotificationsReadRequest struct { Ids []string `json:"ids"` Types []model.NotificationType `json:"types"` }
Click to show internal directories.
Click to hide internal directories.