Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DownCallReq ¶
type DownCallReq struct { Reference logicrunner.Reference Data []byte Method string Arguments logicrunner.Arguments }
DownCallReq is a set of arguments for Call RPC in the runner
type DownCallResp ¶
type DownCallResp struct { Data []byte Ret logicrunner.Arguments Err error }
DownCallResp is response from Call RPC in the runner
type UpRouteReq ¶
type UpRouteReq struct { Reference logicrunner.Reference Method string Arguments logicrunner.Arguments }
UpRouteReq is a set of arguments for Route RPC in goplugin
type UpRouteResp ¶
type UpRouteResp struct { Result logicrunner.Arguments Err error }
UpRouteResp is response from Route RPC in goplugin
Click to show internal directories.
Click to hide internal directories.