Documentation ¶
Index ¶
Constants ¶
View Source
const ( ErrorString = IngestionEventType(iota) NewChunkJsonl NewRootJsonl )
Variables ¶
View Source
var CheckGoroutineShutdown bool
Functions ¶
This section is empty.
Types ¶
type Dagger ¶
type Dagger struct {
// contains filtered or unexported fields
}
func NewFromArgv ¶
func (*Dagger) OutputSummary ¶
func (dgr *Dagger) OutputSummary()
func (*Dagger) ProcessReader ¶
func (dgr *Dagger) ProcessReader(inputReader io.Reader, optionalEventChan chan<- IngestionEvent) (err error)
type IngestionEvent ¶
type IngestionEvent struct { Type IngestionEventType Body string // contains filtered or unexported fields }
type IngestionEventType ¶
type IngestionEventType int
Source Files ¶
Click to show internal directories.
Click to hide internal directories.