package
0.1.2
Repository: https://github.com/takashabe/btcli.git
Documentation: pkg.go.dev

# 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.