WorkspaceByOwnerAndName retrieves a workspace by owner and name.
(ctx context.Context, owner string, name string, params codersdk.WorkspaceOptions)
| 28 | |
| 29 | // WorkspaceByOwnerAndName retrieves a workspace by owner and name. |
| 30 | WorkspaceByOwnerAndName(ctx context.Context, owner string, name string, params codersdk.WorkspaceOptions) (codersdk.Workspace, error) |
| 31 | |
| 32 | // WorkspaceExternalAgentCredentials retrieves credentials for an external agent. |
| 33 | WorkspaceExternalAgentCredentials(ctx context.Context, workspaceID uuid.UUID, agentName string) (codersdk.ExternalAgentCredentials, error) |
no outgoing calls