MCPcopy 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
132type Client struct {
133 client *codersdk.Client
134}
135
136func 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