package
0.23.3
Repository: https://github.com/jviney/aws-sdk-go-v2.git
Documentation: pkg.go.dev

# Functions

NewRingBuffer method takes in a byte slice as an input and returns a RingBuffer.

# Constants

Byte is 8 bits.
GibiByte (GiB) is 1024 MiB.
KibiByte (KiB) is 1024 Bytes.
MebiByte (MiB) is 1024 KiB.

# Structs

RingBuffer struct satisfies io.ReadWrite interface.