xio

package
v2.10.2 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2024 License: AGPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrLimitReached = xerrors.Errorf("i/o limit reached")

Functions

This section is empty.

Types

type LimitWriter

type LimitWriter struct {
	Limit int64
	N     int64
	W     io.Writer
}

LimitWriter will only write bytes to the underlying writer until the limit is reached.

func NewLimitWriter

func NewLimitWriter(w io.Writer, n int64) *LimitWriter

func (*LimitWriter) Write

func (l *LimitWriter) Write(p []byte) (int, error)

Jump to

Keyboard shortcuts

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