(appid uint32, uid t.Uid, opts *t.BrowseOpt)
| 35 | // TopicGet loads a single topic by name, if it exists. If the topic does not exist the call returns (nil, nil) |
| 36 | TopicGet(appid uint32, topic string) (*t.Topic, error) |
| 37 | TopicsForUser(appid uint32, uid t.Uid, opts *t.BrowseOpt) ([]t.Subscription, error) |
| 38 | UsersForTopic(appid uint32, topic string, opts *t.BrowseOpt) ([]t.Subscription, error) |
| 39 | //UsersForP2P(appid uint32, uid1, uid2 t.Uid) ([]t.Subscription, error) |
| 40 | TopicShare(appid uint32, acl []t.Subscription) (int, error) |
no outgoing calls
no test coverage detected