add permission definition
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-01-11 14:32:50 +11:00
parent 1ffa19d225
commit afec665759
6 changed files with 99 additions and 7 deletions

View File

@@ -84,7 +84,7 @@ func (g *Group) GroupAdd() (*Group, error) {
return g, nil
}
// GroupDelete removes a group definition to the database
// GroupDelete removes a group definition from the database
func (g *Group) GroupDelete() error {
var err error