package
0.0.0-20240716132614-1643519e6f91
Repository: https://github.com/triggermail/luci-go.git
Documentation: pkg.go.dev

# Structs

Buffer is a collection of ordered Chunks that can cheaply read and shifted as if it were a continuous byte stream.
View is static read-only snapshot of the contents of the Buffer, presented as a contiguous stream of bytes.

# Interfaces

Chunk wraps a fixed-size byte buffer.