This commit is contained in:
@@ -30,7 +30,7 @@ func GroupGetByName(groupname string) (Group, error) {
|
||||
func GroupList() ([]Group, error) {
|
||||
var results []Group
|
||||
|
||||
// Query database for role definitions
|
||||
// Query database for groups
|
||||
rows, err := db.Queryx("SELECT * FROM groups")
|
||||
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user