UsersForTopic loads users' subscriptions for a given topic. Public is loaded.
(topic string, keepDeleted bool, opts *t.QueryOpt)
| 111 | TopicsForUser(uid t.Uid, keepDeleted bool, opts *t.QueryOpt) ([]t.Subscription, error) |
| 112 | // UsersForTopic loads users' subscriptions for a given topic. Public is loaded. |
| 113 | UsersForTopic(topic string, keepDeleted bool, opts *t.QueryOpt) ([]t.Subscription, error) |
| 114 | // OwnTopics loads a slice of topic names where the user is the owner. |
| 115 | OwnTopics(uid t.Uid) ([]string, error) |
| 116 | // ChannelsForUser loads a slice of topic names where the user is a channel reader and notifications (P) are enabled. |
no outgoing calls