package
0.0.0-20200907055328-bc5839e3c493
Repository: https://github.com/manlge/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.