Client provides a client for communicating with the workspace agentsocket API.
| 32 | |
| 33 | // Client provides a client for communicating with the workspace agentsocket API. |
| 34 | type Client struct { |
| 35 | client proto.DRPCAgentSocketClient |
| 36 | conn drpc.Conn |
| 37 | } |
| 38 | |
| 39 | // NewClient creates a new socket client and opens a connection to the socket. |
| 40 | // If path is not provided via WithPath or is empty, it will auto-discover the |
nothing calls this directly
no outgoing calls
no test coverage detected