| 49 | } |
| 50 | |
| 51 | type drpcAgentSocketClient struct { |
| 52 | cc drpc.Conn |
| 53 | } |
| 54 | |
| 55 | func NewDRPCAgentSocketClient(cc drpc.Conn) DRPCAgentSocketClient { |
| 56 | return &drpcAgentSocketClient{cc} |
nothing calls this directly
no outgoing calls
no test coverage detected