we do want to provide SecretId in output
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-01-09 15:57:26 +11:00
parent 77979b1839
commit 22e039e035

View File

@@ -16,7 +16,7 @@ import (
// We use the json:"-" field tag to prevent showing these details to the user
type Secret struct {
SecretId int `db:"SecretId" json:"-"`
SecretId int `db:"SecretId"`
SafeId int `db:"SafeId"`
DeviceName string `db:"DeviceName"`
DeviceCategory string `db:"DeviceCategory"`