Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DownCallConstructorReq ¶ added in v0.0.5
type DownCallConstructorReq struct { Reference core.RecordRef Name string Arguments core.Arguments }
DownCallConstructorReq is a set of arguments for CallConstructor RPC in the runner
type DownCallConstructorResp ¶ added in v0.0.5
DownCallConstructorResp is response from CallConstructor RPC in the runner
type DownCallMethodReq ¶ added in v0.0.5
type DownCallMethodReq struct { Reference core.RecordRef Data []byte Method string Arguments core.Arguments }
DownCallMethodReq is a set of arguments for CallMethod RPC in the runner
type DownCallMethodResp ¶ added in v0.0.5
DownCallMethodResp is response from CallMethod RPC in the runner
type Object ¶ added in v0.0.5
type Object struct { MachineType core.MachineType Reference core.RecordRef Data []byte }
Object is an inner representation of storage object for transfering it over API
type UpRouteConstructorReq ¶ added in v0.0.5
type UpRouteConstructorReq struct { Reference core.RecordRef Constructor string Arguments core.Arguments }
UpRouteConstructorReq is a set of arguments for RouteConstructor RPC in goplugin
type UpRouteConstructorResp ¶ added in v0.0.5
UpRouteConstructorResp is response from RouteConstructor RPC in goplugin
type UpRouteReq ¶
UpRouteReq is a set of arguments for Route RPC in goplugin
type UpRouteResp ¶
UpRouteResp is response from Route RPC in goplugin