package
2.0.0-alpha.3
Repository: https://github.com/k0sproject/rig.git
Documentation: pkg.go.dev

# Functions

NewScanWriter returns a new ScanWriter.

# Variables

ScanWriterMaxBufferSize is the maximum size of the ScanWriter buffer.

# Structs

ByteCounter is a simple io.Writer that counts the number of bytes written to it, to be used in conjunction with io.MultiWriter / io.TeeReader.
ScanWriter is an io.WriteCloser wrapper for bufio.Scanner.

# Type aliases

CallbackFn is a function that takes a string as an argument and returns nothing.