girpc

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Aug 20, 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 CallReq

type CallReq struct {
	Reference logicrunner.Reference
	Data      []byte
	Method    string
	Arguments logicrunner.Arguments
}

CallReq is a set of arguments for Call RPC in the runner

type CallResp

type CallResp struct {
	Data []byte
	Ret  logicrunner.Arguments
	Err  error
}

CallResp is response from Call RPC in the runner

Jump to

Keyboard shortcuts

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