package
Version:
v0.11.1
Opens a new window with list of versions in this module.
Published: Feb 28, 2024
License: BSD-3-Clause
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 Packer interface {
Send(Channel, io.Writer, io.Reader, int64) error
Stream(Channel, io.Writer, io.Reader, int) (int64, error)
Recv(io.Reader, io.Writer) (Channel, int64, error)
Next(r io.Reader) (Channel, int64, error)
}
const (
TypeData Type = iota
TypeClose
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.