Documentation ¶
Index ¶
- type DownCallConstructorReq
- type DownCallConstructorResp
- type DownCallMethodReq
- type DownCallMethodResp
- type Object
- type UpGetCodeReq
- type UpGetCodeResp
- type UpGetDelegateReq
- type UpGetDelegateResp
- type UpGetObjChildrenReq
- type UpGetObjChildrenResp
- type UpRouteConstructorReq
- type UpRouteConstructorResp
- type UpRouteReq
- type UpRouteResp
- type UpSaveAsChildReq
- type UpSaveAsChildResp
- type UpSaveAsDelegateReq
- type UpSaveAsDelegateResp
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DownCallConstructorReq ¶ added in v0.0.5
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 { Context *core.LogicCallContext Code 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 UpGetCodeReq ¶ added in v0.0.6
UpGetCodeReq is a set of arguments for GetCode RPC in goplugin
type UpGetCodeResp ¶ added in v0.0.6
type UpGetCodeResp struct {
Code []byte
}
UpGetCodeResp is response from GetCode RPC in goplugin
type UpGetDelegateReq ¶ added in v0.2.0
UpGetDelegateReq is a set of arguments for GetDelegate RPC in goplugin
type UpGetDelegateResp ¶ added in v0.2.0
UpGetDelegateResp is a set of arguments for GetDelegate RPC in goplugin
type UpGetObjChildrenReq ¶ added in v0.2.0
UpSaveAsChildResp is a set of arguments for GetObjChildren RPC in goplugin
type UpGetObjChildrenResp ¶ added in v0.2.0
UpSaveAsChildResp is a set of arguments for GetObjChildren RPC in goplugin
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
type UpRouteConstructorResp struct {
Data []byte
}
UpRouteConstructorResp is response from RouteConstructor RPC in goplugin
type UpRouteReq ¶
UpRouteReq is a set of arguments for Dispatch RPC in goplugin
type UpRouteResp ¶
UpRouteResp is response from Dispatch RPC in goplugin
type UpSaveAsChildReq ¶ added in v0.0.6
UpSaveAsChildReq is a set of arguments for SaveAsChild RPC in goplugin
type UpSaveAsChildResp ¶ added in v0.0.6
UpSaveAsChildResp is a set of arguments for SaveAsChild RPC in goplugin
type UpSaveAsDelegateReq ¶ added in v0.0.6
UpSaveAsDelegateReq is a set of arguments for SaveAsDelegate RPC in goplugin
type UpSaveAsDelegateResp ¶ added in v0.0.6
UpSaveAsDelegateResp is a set of arguments for SaveAsDelegate RPC in goplugin