(ctx context.Context, arg GetGroupByOrgAndNameParams)
| 488 | GetGroupAIBudget(ctx context.Context, groupID uuid.UUID) (GroupAiBudget, error) |
| 489 | GetGroupByID(ctx context.Context, id uuid.UUID) (Group, error) |
| 490 | GetGroupByOrgAndName(ctx context.Context, arg GetGroupByOrgAndNameParams) (Group, error) |
| 491 | GetGroupMembers(ctx context.Context, includeSystem bool) ([]GroupMember, error) |
| 492 | GetGroupMembersByGroupID(ctx context.Context, arg GetGroupMembersByGroupIDParams) ([]GroupMember, error) |
| 493 | GetGroupMembersByGroupIDPaginated(ctx context.Context, arg GetGroupMembersByGroupIDPaginatedParams) ([]GetGroupMembersByGroupIDPaginatedRow, error) |
no outgoing calls