Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Notification ¶
type NotificationService ¶
type NotificationService struct {
// contains filtered or unexported fields
}
func NewNotificationService ¶
func NewNotificationService(account *account.AccountService) *NotificationService
func (*NotificationService) GetNotifications ¶
func (n *NotificationService) GetNotifications(limit int, cursor string) ([]Notification, string, error)
Click to show internal directories.
Click to hide internal directories.