ohio_boundary_reader

package
v0.0.0-...-1c9a7a8 Latest Latest
Warning

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

Go to latest
Published: Nov 15, 2023 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrBoundaryNotFound           = errors.New("boundary not found")
	ErrExpectedContentRead        = errors.New("expected content read")
	ErrExpectedBoundaryRead       = errors.New("expected boundary read")
	ErrInvalidBoundaryReaderState = errors.New("invalid boundary reader state")
)

Functions

This section is empty.

Types

type BoundaryReader

type BoundaryReader interface {
	io.Reader
	ReadBoundary() (int, error)
}

func MakeBoundaryReader

func MakeBoundaryReader(r io.Reader, boundary string) BoundaryReader

func MakeBoundaryReaderPageSize

func MakeBoundaryReaderPageSize(
	r io.Reader,
	boundary string,
	size int,
) BoundaryReader

Jump to

Keyboard shortcuts

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