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

Function New

codersdk/workspacesdk/workspacesdk.go:136–138  ·  view source on GitHub ↗
(c *codersdk.Client)

Source from the content-addressed store, hash-verified

134}
135
136func New(c *codersdk.Client) *Client {
137 return &Client{client: c}
138}
139
140// AgentConnectionInfo returns required information for establishing
141// a connection with a workspace.

Calls

no outgoing calls