(id types.Uid)
| 266 | UpdateTags(uid types.Uid, add, remove, reset []string) ([]string, error) |
| 267 | UpdateState(uid types.Uid, state types.ObjState) error |
| 268 | GetSubs(id types.Uid) ([]types.Subscription, error) |
| 269 | FindSubs(caller types.Uid, prefPrefix string, required [][]string, optional []string, activeOnly bool) ([]types.Subscription, error) |
| 270 | FindOne(tag string) (string, error) |
| 271 | GetTopics(id types.Uid, opts *types.QueryOpt) ([]types.Subscription, error) |
no outgoing calls
no test coverage detected