rpctypes

package
v0.0.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 4, 2018 License: Apache-2.0 Imports: 1 Imported by: 0

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

type DownCallConstructorResp struct {
	Ret core.Arguments
	Err error
}

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

type DownCallMethodResp struct {
	Data []byte
	Ret  core.Arguments
	Err  error
}

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

type UpRouteConstructorResp struct {
	Reference core.RecordRef
	Err       error
}

UpRouteConstructorResp is response from RouteConstructor RPC in goplugin

type UpRouteReq

type UpRouteReq struct {
	Reference core.RecordRef
	Method    string
	Arguments core.Arguments
}

UpRouteReq is a set of arguments for Route RPC in goplugin

type UpRouteResp

type UpRouteResp struct {
	Result core.Arguments
	Err    error
}

UpRouteResp is response from Route RPC in goplugin

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL