# Functions
NewBoltDBIndexClient creates a new IndexClient that used BoltDB.
NewFSObjectClient makes a chunk.Client which stores chunks as files in the local filesystem.
NewTableClient returns a new TableClient.
Open the database.
# Variables
Fixtures for unit testing GCP storage.
# Structs
BoltDBConfig for a BoltDB index client.
FSConfig is the config for a FSObjectClient.
FSObjectClient holds config for filesystem as object store.