rpc_handler

package
v1.1.22 Latest Latest
Warning

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

Go to latest
Published: Dec 22, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HandlerCallback

type HandlerCallback func(RPCArgs) RPCResponse

type RPCArgs

type RPCArgs struct {
	RPCName   string
	Body      string
	Variables map[string]string
}

type RPCHandler

type RPCHandler struct {
	Port     int
	Handlers map[string]HandlerCallback
	// contains filtered or unexported fields
}

func (*RPCHandler) ExecuteGenericRPC

func (rpch *RPCHandler) ExecuteGenericRPC(args RPCArgs, reply *RPCResponse) error

func (*RPCHandler) RegisterHandler

func (rpch *RPCHandler) RegisterHandler(rpcName string, callback HandlerCallback) bool

func (*RPCHandler) ShutdownServer

func (rpch *RPCHandler) ShutdownServer()

func (*RPCHandler) StartBackgroundServer

func (rpch *RPCHandler) StartBackgroundServer() error

func (*RPCHandler) Verify

func (rphc *RPCHandler) Verify(args RPCArgs, reply *RPCArgs) error

Used for testing connection

type RPCResponse

type RPCResponse struct {
	ResponseCode int
	DetailedInfo string
}

Jump to

Keyboard shortcuts

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