blob: 08c9b2dd62f4c05675e76cd09e92667b4e81d340 [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
WriteGoroutines int
}