package
0.0.0-20240822020607-ba854f2ded86
Repository: https://github.com/aliyuncontainerservice/pouch.git
Documentation: pkg.go.dev

# Functions

NewLogBuffer return a new BufferLog.
NewRingBuffer creates new RingBuffer.

# Variables

ErrClosed is used to indicate the ringbuffer has been closed.

# Structs

LogBuffer is uses to cache the container's logs with ringBuffer.
RingBuffer implements a fixed-size buffer which will drop oldest data if full.