Versions in this module Expand all Collapse all v1 v1.1.0 Jun 15, 2026 Changes in this version + type CappedBuffer struct + func NewCappedBuffer(maxBytes int) *CappedBuffer + func (b *CappedBuffer) String() string + func (b *CappedBuffer) Truncated() bool + func (b *CappedBuffer) Write(p []byte) (int, error)