chunks

package
v0.0.0-...-4da4744 Latest Latest
Warning

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

Go to latest
Published: Dec 26, 2024 License: Apache-2.0 Imports: 1 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewWriter

func NewWriter(maxChunkSize int, f ChunkWriterFunc) io.Writer

NewWriter returns a writer that sends bytes to the provided function. It will never ask that function to write more than maxChunkSize bytes per call.

Types

type ChunkWriterFunc

type ChunkWriterFunc func(p []byte) error

Jump to

Keyboard shortcuts

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