Documentation
¶
Index ¶
- Variables
- func CSVEncode(message map[string]string) ([]byte, error)
- func JSONLEncode(message proto.Message) ([]byte, error)
- type Bundler
- func (b *Bundler) Close()
- func (b *Bundler) Launch(ctx context.Context)
- func (b *Bundler) Roll(ctx context.Context, blockNum uint64) (rolled bool, err error)
- func (b *Bundler) Start(blockNum uint64) error
- func (b *Bundler) TrackBlockProcessDuration(elapsed time.Duration)
- func (b *Bundler) Writer() writer.Writer
- type Encoder
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrStopBlockReached = errors.New("stop block reached")
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.