mirror of
https://github.com/passbolt/go-passbolt.git
synced 2025-05-09 17:48:20 +00:00
Fix example Indentation
This commit is contained in:
parent
4da06d62b0
commit
547d0c4ca8
1 changed files with 2 additions and 2 deletions
|
@ -115,7 +115,7 @@ Here We Specify that we want to Filter by Favorites and that the Response Should
|
|||
```go
|
||||
favorites, err := client.GetResources(ctx, &api.GetResourcesOptions{
|
||||
FilterIsFavorite: true,
|
||||
ContainPermissions: true,
|
||||
ContainPermissions: true,
|
||||
})
|
||||
```
|
||||
|
||||
|
@ -132,7 +132,7 @@ Groups:
|
|||
|
||||
```go
|
||||
groups, err := client.GetGroups(ctx, &api.GetGroupsOptions{
|
||||
FilterHasUsers: []string{"id of user", "id of other user"},
|
||||
FilterHasUsers: []string{"id of user", "id of other user"},
|
||||
ContainUser: true,
|
||||
})
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue