(ctx context.Context, groupID uuid.UUID)
| 486 | GetForcedMCPServerConfigs(ctx context.Context) ([]MCPServerConfig, error) |
| 487 | GetGitSSHKey(ctx context.Context, userID uuid.UUID) (GitSSHKey, error) |
| 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) |
no outgoing calls