exchange

package
v0.9.1 Latest Latest
Warning

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

Go to latest
Published: Mar 4, 2023 License: MIT Imports: 0 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 {
	// 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