interpreter

package
v0.0.0-...-a048d37 Latest Latest
Warning

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

Go to latest
Published: Feb 1, 2020 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// ErrMethodNotFound is returned when the method can not be found
	ErrMethodNotFound = errors.New("syscall method not found")
)

Functions

This section is empty.

Types

type Server

type Server struct {
	// contains filtered or unexported fields
}

Server represents memory RPC server

func NewServer

func NewServer(syscall interface{}) *Server

NewServer instances a new Server

func (*Server) CallMethod

func (s *Server) CallMethod(ctx context.Context, ctxid int64, method string, requestBuf []byte) ([]byte, error)

CallMethod runs a single rpc call. requestBuf expected to be a protobuf message

Jump to

Keyboard shortcuts

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