MCPcopy Index your code
hub / github.com/coder/coder / WorkspaceExternalAgentCredentials

Method WorkspaceExternalAgentCredentials

scaletest/taskstatus/client.go:85–87  ·  view source on GitHub ↗
(ctx context.Context, workspaceID uuid.UUID, agentName string)

Source from the content-addressed store, hash-verified

83}
84
85func (c *sdkClient) WorkspaceExternalAgentCredentials(ctx context.Context, workspaceID uuid.UUID, agentName string) (codersdk.ExternalAgentCredentials, error) {
86 return c.coderClient.WorkspaceExternalAgentCredentials(ctx, workspaceID, agentName)
87}
88
89func (c *sdkClient) watchWorkspace(ctx context.Context, workspaceID uuid.UUID) (<-chan codersdk.Workspace, error) {
90 return c.coderClient.WatchWorkspace(ctx, workspaceID)

Callers

nothing calls this directly

Tested by

no test coverage detected