(ctx context.Context)
| 893 | GetWorkspaceModulesByJobID(ctx context.Context, jobID uuid.UUID) ([]WorkspaceModule, error) |
| 894 | GetWorkspaceModulesCreatedAfter(ctx context.Context, createdAt time.Time) ([]WorkspaceModule, error) |
| 895 | GetWorkspaceProxies(ctx context.Context) ([]WorkspaceProxy, error) |
| 896 | // Finds a workspace proxy that has an access URL or app hostname that matches |
| 897 | // the provided hostname. This is to check if a hostname matches any workspace |
| 898 | // proxy. |
no outgoing calls