add Permission to struct
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-01-09 11:53:38 +11:00
parent 3186fe9ebc
commit 1c3d82ffba
2 changed files with 3 additions and 12 deletions

View File

@@ -28,6 +28,7 @@ type Secret struct {
type UserSecret struct {
User
Group
Permission
Secret
}