| 38 | type CommandHandlerFnType = func(*RpcResponseHandler) bool |
| 39 | |
| 40 | type ServerImpl interface { |
| 41 | WshServerImpl() |
| 42 | } |
| 43 | |
| 44 | type AbstractRpcClient interface { |
| 45 | GetPeerInfo() string |
nothing calls this directly
no outgoing calls
no test coverage detected