mirror of
https://github.com/passbolt/go-passbolt.git
synced 2025-09-13 14:29:09 +00:00
added Moving and Other Examples
This commit is contained in:
parent
982af2dae4
commit
4e2b3947b3
3 changed files with 17 additions and 2 deletions
|
@ -204,7 +204,7 @@ func DeleteResource(ctx context.Context, c *api.Client, resourceID string) error
|
|||
return c.DeleteResource(ctx, resourceID)
|
||||
}
|
||||
|
||||
// MoveResource Moves a Resource into a Folder
|
||||
// MoveResource Moves a Resource into a
|
||||
func MoveResource(ctx context.Context, c *api.Client, resourceID, folderParentID string) error {
|
||||
return c.MoveResource(ctx, resourceID, folderParentID)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue