Skip to content
Snippets Groups Projects
Commit 0f5c9dfd authored by Fabian Seidl's avatar Fabian Seidl
Browse files

linter again

parent b82d5979
No related branches found
No related tags found
1 merge request!287Implement data persisting for user management
......@@ -21,7 +21,6 @@ func NewRole(id uuid.UUID,
name string,
description string,
permissions []string) rbac.Role {
return &Role{
RoleID: id,
RoleName: name,
......
......@@ -23,7 +23,6 @@ func NewUser(id uuid.UUID,
roles map[string]string,
pw string,
token string) rbac.User {
return &User{
UserID: id,
UserName: name,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment