initial safes handler
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-01-10 11:29:21 +11:00
parent 8143470b5a
commit 50f078db7a
4 changed files with 141 additions and 11 deletions

View File

@@ -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 {