blob: 0acdb289ba0bac71280f43ee7f7304c98bb56f4d [file] [log] [blame]
package bt_gitstore
// BTConfig contains the BigTable configuration to define where the repo should be stored.
type BTConfig struct {
ProjectID string
InstanceID string
TableID string
Shards int
}