SubsUpdate updates pasrt of a subscription object. Pass nil for fields which don't need to be updated
(topic string, user t.Uid, update map[string]any)
| 139 | SubsForTopic(topic string, keepDeleted bool, opts *t.QueryOpt) ([]t.Subscription, error) |
| 140 | // SubsUpdate updates pasrt of a subscription object. Pass nil for fields which don't need to be updated |
| 141 | SubsUpdate(topic string, user t.Uid, update map[string]any) error |
| 142 | // SubsDelete deletes a single subscription |
| 143 | SubsDelete(topic string, user t.Uid) error |
| 144 |
no outgoing calls