mirror of
https://github.com/passbolt/go-passbolt.git
synced 2025-05-09 09:48:20 +00:00
fix typo
This commit is contained in:
parent
bd2460467d
commit
a3a55e2199
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ import (
|
|||
|
||||
// Resource is a Resource.
|
||||
// Warning: Since Passbolt v3 some fields here may not be populated as they may be in the Secret depending on the ResourceType,
|
||||
// for now the only Field like that is the Decription.
|
||||
// for now the only Field like that is the Description.
|
||||
type Resource struct {
|
||||
ID string `json:"id,omitempty"`
|
||||
Created *Time `json:"created,omitempty"`
|
||||
|
|
Loading…
Add table
Reference in a new issue