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

This commit is contained in:
2024-01-09 16:56:00 +11:00
parent 43e0ecd1ce
commit d8b68f2815
3 changed files with 36 additions and 34 deletions

View File

@@ -18,8 +18,7 @@ type RetrieveInput struct {
}
type ListSecret struct {
//RoleId int `db:"RoleId" json:"-"`
SecretId int `db:"SecretId" json:"-"`
SecretId int `db:"SecretId"`
SafeId int `db:"SafeId"`
DeviceName string `db:"DeviceName"`
DeviceCategory string `db:"DeviceCategory"`