From 5fb8ce656b5f81721305b46a2e13b9517f9bcafd Mon Sep 17 00:00:00 2001 From: SimoneDutto Date: Tue, 12 Nov 2024 12:04:49 +0100 Subject: [PATCH] update godoc --- internal/jimm/access.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/jimm/access.go b/internal/jimm/access.go index a550f5eb6..7dc07bb74 100644 --- a/internal/jimm/access.go +++ b/internal/jimm/access.go @@ -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")