(db *gorm.DB, identifiers []string)
| 345 | return db.Preload("ACLs").Preload("Users") |
| 346 | } |
| 347 | func UserGroupsByIdentifiers(db *gorm.DB, identifiers []string) *gorm.DB { |
| 348 | return GenericNameOrID(db, identifiers) |
| 349 | } |
| 350 | |
| 351 | // User helpers |
| 352 |
no test coverage detected