Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsIngestionError ¶
Types ¶
type IngestInput ¶
type IngestInput struct { Format Format Profile RawProfile Metadata Metadata }
type NoopIngester ¶ added in v0.22.1
type NoopIngester struct{}
func NewNoopIngester ¶ added in v0.22.1
func NewNoopIngester() *NoopIngester
func (*NoopIngester) Ingest ¶ added in v0.22.1
func (*NoopIngester) Ingest(_ context.Context, _ *IngestInput) error
type Parallelizer ¶
type Parallelizer struct {
// contains filtered or unexported fields
}
func NewParallelizer ¶
func NewParallelizer(log *logrus.Logger, ingesters ...Ingester) *Parallelizer
func (*Parallelizer) Ingest ¶
func (p *Parallelizer) Ingest(ctx context.Context, in *IngestInput) error
Click to show internal directories.
Click to hide internal directories.