# Packages
Package mock_kinesis is a generated GoMock package.
# Functions
NewOutputPlugin creates an OutputPlugin object.
# Constants
CompressionGzip enables gzip compression.
CompressionNone disables compression.
CompressionZlib enables zlib compression.
# Structs
OutputPlugin sends log records to kinesis.
# Interfaces
PutRecordsClient contains the kinesis PutRecords method call.
# Type aliases
CompressionType indicates the type of compression to apply to each record.
CompressorFunc is a function that compresses a byte slice.