(msg []byte, ingressLinkId baseds.LinkId, debugStr string)
| 44 | type AbstractRpcClient interface { |
| 45 | GetPeerInfo() string |
| 46 | SendRpcMessage(msg []byte, ingressLinkId baseds.LinkId, debugStr string) bool |
| 47 | RecvRpcMessage() ([]byte, bool) // blocking |
| 48 | } |
| 49 |
no outgoing calls
no test coverage detected