//
pkg.gl
Category
github.com/jviney/aws-sdk-go-v2
internal
sdkio
package
0.23.3
Repository:
https://github.com/jviney/aws-sdk-go-v2.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
3
Files
68 SLOC
#
Functions
NewRingBuffer
NewRingBuffer method takes in a byte slice as an input and returns a RingBuffer.
#
Constants
Byte
Byte is 8 bits.
GibiByte
GibiByte (GiB) is 1024 MiB.
KibiByte
KibiByte (KiB) is 1024 Bytes.
MebiByte
MebiByte (MiB) is 1024 KiB.
#
Structs
RingBuffer
RingBuffer struct satisfies io.ReadWrite interface.