implement

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Dec 15, 2023 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Requester

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

func NewRequester

func NewRequester(basePath string) (retRequester *Requester, retErr error)

func (*Requester) Call

func (t *Requester) Call(reqMsgData []byte, timeout time.Duration) (retRespData []byte, retErr error)

func (*Requester) Send

func (t *Requester) Send() error

func (*Requester) Start

func (t *Requester) Start() error

type Responder

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

func NewResponder

func NewResponder(basePath string, onReceivedMessage common.OnReceivedMessage) (retResponder *Responder, retErr error)

func (*Responder) Start

func (t *Responder) Start() error

Jump to

Keyboard shortcuts

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