Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ Client
Struct
Client
codersdk/workspacesdk/workspacesdk.go:132–134 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
130
}
131
132
type
Client
struct
{
133
client *codersdk.Client
134
}
135
136
func
New(c *codersdk.Client) *Client {
137
return
&Client{client: c}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected