chunker

package
v0.0.0-...-bd4732b Latest Latest
Warning

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

Go to latest
Published: Feb 10, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Chunker

type Chunker interface {
	HasNext() bool
	Next() []byte
	Err() error
}

func NewLine

func NewLine(r io.Reader) Chunker

NewLine returns a new Line chunker. It splits the given reader input on newline characters.

Jump to

Keyboard shortcuts

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