(ctx context.Context, userID uuid.UUID)
| 470 | GetEnabledMCPServerConfigs(ctx context.Context) ([]MCPServerConfig, error) |
| 471 | GetExternalAuthLink(ctx context.Context, arg GetExternalAuthLinkParams) (ExternalAuthLink, error) |
| 472 | GetExternalAuthLinksByUserID(ctx context.Context, userID uuid.UUID) ([]ExternalAuthLink, error) |
| 473 | GetFailedWorkspaceBuildsByTemplateID(ctx context.Context, arg GetFailedWorkspaceBuildsByTemplateIDParams) ([]GetFailedWorkspaceBuildsByTemplateIDRow, error) |
| 474 | GetFileByHashAndCreator(ctx context.Context, arg GetFileByHashAndCreatorParams) (File, error) |
| 475 | GetFileByID(ctx context.Context, id uuid.UUID) (File, error) |
no outgoing calls