package
Version:
v1.2.0
Opens a new window with list of versions in this module.
Published: Apr 6, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Generator interface {
Generate() ([]byte, error)
Rate() int
}
type Sender interface {
Send(batch []byte) error
AddProgress(int)
Progress() <-chan int
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.