Versions in this module Expand all Collapse all v0 v0.1.0 Jan 30, 2026 Changes in this version + func DaysAgo(n int) *time.Time + type Client struct + func NewClient() (*Client, error) + func (c *Client) ListNotifications(ctx context.Context, opts ListOptions) ([]model.Notification, error) + type ListOptions struct + All bool + Participating bool + Since *time.Time