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
|
@ -32,7 +32,7 @@ func DeleteFolder(ctx context.Context, c *api.Client, folderID string) error {
|
|||
return c.DeleteFolder(ctx, folderID)
|
||||
}
|
||||
|
||||
// MoveFolder Moves a Folder into a Folder
|
||||
// MoveFolder Moves a Folder into a
|
||||
func MoveFolder(ctx context.Context, c *api.Client, folderID, folderParentID string) error {
|
||||
return c.MoveFolder(ctx, folderID, folderParentID)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue