invalRoleChannels invalidates a user's computed channels for collection c
(ctx context.Context, username string, invalSeq uint64)
| 420 | |
| 421 | // invalRoleChannels invalidates a user's computed channels for collection c |
| 422 | func (c *DatabaseCollection) invalUserChannels(ctx context.Context, username string, invalSeq uint64) { |
| 423 | c.dbCtx.invalUserChannels(ctx, username, base.ScopeAndCollectionNames{c.ScopeAndCollectionName()}, invalSeq) |
| 424 | } |
| 425 | |
| 426 | // invalRoleChannels invalidates a role's computed channels for collection c |
| 427 | func (c *DatabaseCollection) invalRoleChannels(ctx context.Context, rolename string, invalSeq uint64) { |
no test coverage detected