mirror of
https://github.com/passbolt/go-passbolt.git
synced 2025-05-09 17:48:20 +00:00
Add missing ResourceType for ContainResourceType
This commit is contained in:
parent
9cc8cc8b02
commit
bd2460467d
1 changed files with 19 additions and 18 deletions
|
@ -26,6 +26,7 @@ type Resource struct {
|
|||
Username string `json:"username,omitempty"`
|
||||
FolderParentID string `json:"folder_parent_id,omitempty"`
|
||||
ResourceTypeID string `json:"resource_type_id,omitempty"`
|
||||
ResourceType ResourceType `json:"resource_type,omitempty"`
|
||||
Secrets []Secret `json:"secrets,omitempty"`
|
||||
Tags []Tag `json:"tags,omitempty"`
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue