anelace

package module
v0.0.0-...-e7a70b0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 30, 2023 License: Apache-2.0, MIT Imports: 39 Imported by: 1

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 NewAnelaceFromArgv(argv []string) (anl *Anelace)

func NewAnelaceWithWriters

func NewAnelaceWithWriters(stderr io.Writer, stdout io.Writer) (*Anelace, []error)

func (*Anelace) Destroy

func (anl *Anelace) Destroy()

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 (anl *Anelace) SetCarWriter(w io.Writer)

func (*Anelace) SetMultipart

func (anl *Anelace) SetMultipart(m bool)

type IngestionEvent

type IngestionEvent struct {
	Type IngestionEventType
	Body string
	// contains filtered or unexported fields
}

type IngestionEventType

type IngestionEventType int

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL