You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the use of pointers for some fields in vaultrecord it is unclear what values mean when no value is set or a value is an empty value (eg, "" or 0). For example, is the password not set when the password = ""? Does only a nil value mean it is not set?
Remove pointers in all model structs except for situations of large values (eg byte[])
Add functions which assist in checking whether values are set
The text was updated successfully, but these errors were encountered:
With the use of pointers for some fields in vaultrecord it is unclear what values mean when no value is set or a value is an empty value (eg, "" or 0). For example, is the password not set when the password = ""? Does only a nil value mean it is not set?
The text was updated successfully, but these errors were encountered: