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

This commit is contained in:
2024-01-09 16:03:40 +11:00
parent 22e039e035
commit 54a8c1504e

View File

@@ -30,7 +30,7 @@ type UserSecret struct {
GroupId int `db:"GroupId" json:"groupId"` GroupId int `db:"GroupId" json:"groupId"`
Group Group
Permission Permission
Safe SafeName string `db:"SafeName"`
Secret Secret
} }