file

package
v0.14.0-alpha.2 Latest Latest
Warning

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

Go to latest
Published: Nov 30, 2021 License: MPL-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewChunker

func NewChunker(ctx context.Context, source Source, setters ...Option) chunker.Chunker

NewChunker initializes a Chunker with default values.

Types

type Option

type Option func(*Options)

Option is the functional option func.

func WithFollow added in v0.3.0

func WithFollow() Option

WithFollow file updates using inotify().

func WithSize added in v0.3.0

func WithSize(s int) Option

WithSize sets the chunk size of the Chunker.

type Options

type Options struct {
	Size   int
	Follow bool
}

Options is the functional options struct.

type Source

type Source = *os.File

Source is an interface describing the source of a File.

Jump to

Keyboard shortcuts

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