Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Batcher ¶
type Batcher struct {
BatchSize uint
MaxWait time.Duration
Job Job
MaxRetry uint
Logger *zap.Logger
// contains filtered or unexported fields
}
Batcher struct for batcher job.
func NewBatcher ¶
type LoggerImpl ¶ added in v0.1.0
type LoggerImpl struct {
}
func (*LoggerImpl) Debug ¶ added in v0.1.0
func (l *LoggerImpl) Debug(msg string, keyAndValue ...interface{})
Click to show internal directories.
Click to hide internal directories.