# Functions
NewClient returns initialized client.
NewMockClient creates a new mock instance.
WithErrStream settings errStream.
WithOutStream settings outStream.
# Structs
Bigtable entity of the bigtable.
Column represent a column of the row.
MockClient is a mock of Client interface.
MockClientMockRecorder is the mock recorder for MockClient.
Row represent a row of the table.
# Interfaces
Client represent repository of the bigtable.
# Type aliases
Option functional option pattern for the client.