Sign in
skia
/
buildbot
/
main
/
.
/
go
/
gitstore
/
bt_gitstore
/
types.go
blob: 3452457344152995f5c5c0c4d1f4ec250476c96e [
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
AppProfile string
Shards int
WriteGoroutines int
}