package
4.7.4
Repository: https://github.com/segmentio/stats.git
Documentation: pkg.go.dev

# Structs

CountReader is an io.Reader that counts how many bytes are read by calls to the Read method.
CountWriter is an io.Writer that counts how many bytes are written by calls to the Write method.

# Type aliases

CloserFunc makes it possible for function types to be used as io.Closer.
ReaderFunc makes it possible for function types to be used as io.Reader.
WriterFunc makes it possible for function types to be used as io.Writer.