RemoteAgent is a gRPC client that implements the Agent interface. It communicates with remote agent services over gRPC.
| 30 | // RemoteAgent is a gRPC client that implements the Agent interface. |
| 31 | // It communicates with remote agent services over gRPC. |
| 32 | type RemoteAgent struct { |
| 33 | cfg RemoteAgentConfig |
| 34 | } |
| 35 | |
| 36 | // RemoteAgentConfig configures a remote agent client. |
| 37 | type RemoteAgentConfig struct { |
nothing calls this directly
no outgoing calls
no test coverage detected