interop

package
v4.27.0 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func OldReaderCodecFields

func OldReaderCodecFields(defaultScanner string) []*service.ConfigField

Types

type FallbackReaderCodec

type FallbackReaderCodec interface {
	Create(rdr io.ReadCloser, aFn service.AckFunc, details scanner.SourceDetails) (FallbackReaderStream, error)
	Close(context.Context) error
}

func OldReaderCodecFromParsed

func OldReaderCodecFromParsed(conf *service.ParsedConfig) (FallbackReaderCodec, error)

type FallbackReaderStream

type FallbackReaderStream interface {
	NextBatch(ctx context.Context) (service.MessageBatch, service.AckFunc, error)
	Close(context.Context) error
}

Jump to

Keyboard shortcuts

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