memrpc

package
v0.0.0-...-d9e9996 Latest Latest
Warning

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

Go to latest
Published: Oct 27, 2019 License: Apache-2.0 Imports: 7 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 *bridge.SyscallService) *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