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

Struct Client

codersdk/agentsdk/agentsdk.go:65–68  ·  view source on GitHub ↗

Client wraps `codersdk.Client` with specific functions scoped to a workspace agent.

Source from the content-addressed store, hash-verified

63// Client wraps `codersdk.Client` with specific functions
64// scoped to a workspace agent.
65type Client struct {
66 RefreshableSessionTokenProvider
67 SDK *codersdk.Client
68}
69
70type GitSSHKey struct {
71 PublicKey string `json:"public_key"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected