mirror of
https://github.com/passbolt/go-passbolt.git
synced 2025-09-13 14:29:09 +00:00
add missing Comments to Public Functions
This commit is contained in:
parent
b047c9c647
commit
982af2dae4
8 changed files with 16 additions and 1 deletions
|
@ -15,6 +15,7 @@ type Secret struct {
|
|||
Modified *Time `json:"modified,omitempty"`
|
||||
}
|
||||
|
||||
// SecretDataTypePasswordAndDescription is the format a secret of resource type "password-and-description" is stored in
|
||||
type SecretDataTypePasswordAndDescription struct {
|
||||
Password string `json:"password"`
|
||||
Description string `json:"description,omitempty"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue