rpctypes

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Aug 28, 2018 License: Apache-2.0 Imports: 1 Imported by: 26

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

Jump to

Keyboard shortcuts

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