package
Version:
v0.0.0-...-46eaf65
Opens a new window with list of versions in this module.
Published: Apr 13, 2023
License: AGPL-3.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Router interface {
Read([]byte)
Connection()
Disconnection()
}
type TcpClient interface {
Start() error
Stop()
Write([]byte)
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.