exchange

package
v0.9.3 Latest Latest
Warning

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

Go to latest
Published: Oct 24, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Manager

type Manager interface {
	// SubscribeToHeartbeats is subscribing to heartbeat messages
	SubscribeToHeartbeats(ctx context.Context)
	// CloseConnection is closing connection
	CloseConnection() error
	// WriteData command write data to exchange connection
	WriteData(message []byte) (int, error)
	// ReadData command is reading from receiver data
	ReadData() ([]byte, error)
}

Manager is an interface exchange of application

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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