messaging

package
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: Jul 29, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	TimeoutErr = errors.New("Timeout error")
)

Functions

This section is empty.

Types

type MessagingProvider

type MessagingProvider interface {
	SendAndReceive(
		requestTopic string,
		responseTopic string,
		payload []byte,
		headers []byte,
	) (*SendAndReceiveResponse, error)
}

type SendAndReceiveResponse

type SendAndReceiveResponse struct {
	Payload []byte
	Headers []byte
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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