()
| 136 | } |
| 137 | |
| 138 | func (c *DatabaseCollection) GetCollectionDatastore() base.DataStore { |
| 139 | return c.dataStore |
| 140 | } |
| 141 | |
| 142 | // allPrincipalIDs returns the IDs of all users and roles, including deleted Roles |
| 143 | func (c *DatabaseCollection) allPrincipalIDs(ctx context.Context) (users, roles []string, err error) { |
no outgoing calls