Documentation ¶
Index ¶
Constants ¶
View Source
const ( ErrorString = IngestionEventType(iota) NewRootJsonl )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Anelace ¶
type Anelace struct {
// contains filtered or unexported fields
}
func NewAnelace ¶
func NewAnelace() *Anelace
func NewAnelaceFromArgv ¶
func NewAnelaceWithWriters ¶
func (*Anelace) OutputSummary ¶
func (anl *Anelace) OutputSummary()
func (*Anelace) ProcessReader ¶
func (anl *Anelace) ProcessReader(inputReader io.Reader, optionalEventChan chan<- IngestionEvent) (err error)
func (*Anelace) SetCarWriter ¶
func (*Anelace) SetMultipart ¶
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.