mirror of
https://github.com/passbolt/go-passbolt.git
synced 2025-05-10 01:48:22 +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
|
```go
|
||||||
favorites, err := client.GetResources(ctx, &api.GetResourcesOptions{
|
favorites, err := client.GetResources(ctx, &api.GetResourcesOptions{
|
||||||
FilterIsFavorite: true,
|
FilterIsFavorite: true,
|
||||||
ContainPermissions: true,
|
ContainPermissions: true,
|
||||||
})
|
})
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -132,7 +132,7 @@ Groups:
|
||||||
|
|
||||||
```go
|
```go
|
||||||
groups, err := client.GetGroups(ctx, &api.GetGroupsOptions{
|
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,
|
ContainUser: true,
|
||||||
})
|
})
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue