Skip to content

Commit

Permalink
🚧 for the beginning there is only a user role #14 #19
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Fihlon <marcus@fihlon.swiss>
  • Loading branch information
McPringle committed Jan 2, 2025
1 parent 1ae9b0c commit 24de954
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/main/java/swiss/fihlon/rallyman/data/entity/Role.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
/*
* RallyMan - Organizing rallies as easily as possible
* Copyright (C) Marcus Fihlon and the individual contributors to RallyMan.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package swiss.fihlon.rallyman.data.entity;

public enum Role {
USER
}

0 comments on commit 24de954

Please sign in to comment.