Skip to content

Commit

Permalink
update godoc
Browse files Browse the repository at this point in the history
  • Loading branch information
SimoneDutto committed Nov 12, 2024
1 parent b5dfae2 commit 5fb8ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/jimm/access.go
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@ func (j *JIMM) RemoveGroup(ctx context.Context, user *openfga.User, name string)
}

// ListGroups returns a list of groups known to JIMM.
// `match` will filter the list for name or uuid matching it.
// `match` will filter the list fuzzy matching group's names.
func (j *JIMM) ListGroups(ctx context.Context, user *openfga.User, pagination pagination.LimitOffsetPagination, match string) ([]dbmodel.GroupEntry, error) {
const op = errors.Op("jimm.ListGroups")

Expand Down

0 comments on commit 5fb8ce6

Please sign in to comment.