Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CountingSink ¶
type CountingSink struct {
// contains filtered or unexported fields
}
func NewCountingSink ¶
func NewCountingSink(expectedCount int64) *CountingSink
func (*CountingSink) Close ¶
func (s *CountingSink) Close() error
func (*CountingSink) DoneChan ¶
func (s *CountingSink) DoneChan() chan int64
func (*CountingSink) Name ¶
func (s *CountingSink) Name() string
type StdoutSink ¶
type StdoutSink struct { }
func NewStdoutSink ¶
func NewStdoutSink() *StdoutSink
func (*StdoutSink) Close ¶
func (s *StdoutSink) Close() error
func (*StdoutSink) Name ¶
func (s *StdoutSink) Name() string
type StoreSink ¶
type StoreSink struct {
// contains filtered or unexported fields
}
func NewStoreSink ¶
func NewStoreSink(config StoreSinkConfig) (*StoreSink, error)
Click to show internal directories.
Click to hide internal directories.