Client wraps `codersdk.Client` with specific functions scoped to a workspace agent.
| 63 | // Client wraps `codersdk.Client` with specific functions |
| 64 | // scoped to a workspace agent. |
| 65 | type Client struct { |
| 66 | RefreshableSessionTokenProvider |
| 67 | SDK *codersdk.Client |
| 68 | } |
| 69 | |
| 70 | type GitSSHKey struct { |
| 71 | PublicKey string `json:"public_key"` |
nothing calls this directly
no outgoing calls
no test coverage detected