update
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-01-09 11:51:21 +11:00
parent a4a25164d0
commit 3186fe9ebc

View File

@@ -26,6 +26,7 @@ type Secret struct {
// Used for querying all secrets the user has access to // Used for querying all secrets the user has access to
type UserSecret struct { type UserSecret struct {
User
Group Group
Secret Secret
} }