Documentation ¶ Overview ¶ TODO move to debugger/server Index ¶ func StartRCP(mach *am.Machine, url string) type RPCServer func (r *RPCServer) DbgMsgStruct(msgStruct *telemetry.DbgMsgStruct, _ *string) error func (r *RPCServer) DbgMsgTx(msgTx *telemetry.DbgMsgTx, _ *string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func StartRCP ¶ func StartRCP(mach *am.Machine, url string) Types ¶ type RPCServer ¶ type RPCServer struct { Mach *am.Machine ConnID string } func (*RPCServer) DbgMsgStruct ¶ func (r *RPCServer) DbgMsgStruct( msgStruct *telemetry.DbgMsgStruct, _ *string, ) error func (*RPCServer) DbgMsgTx ¶ func (r *RPCServer) DbgMsgTx(msgTx *telemetry.DbgMsgTx, _ *string) error Source Files ¶ View all Source files rpc.go Click to show internal directories. Click to hide internal directories.