Documentation ¶
Overview ¶
Package deglobber decompresses and unglobs events and checks for duplicates.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Pool ¶
type Pool struct {
// contains filtered or unexported fields
}
Pool turns byte streams into lists of events, then sends them to a processor.Pool. It also handles deduping globs.
func NewPool ¶
func NewPool(config PoolConfig) *Pool
NewPool returns a pool for turning globs into lists of events.
Click to show internal directories.
Click to hide internal directories.