Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrDBNotSupported = errors.New("not supported db")
View Source
var ErrIncompleteCertInformationProvided = errors.New("you provided some, but not all certificate information")
Functions ¶
func GetGlobalDB ¶
Types ¶
type Config ¶
type Config struct {
Use string
Prefix string
Cockroach struct {
Host string
Port string
UserName string
Password string
ClientCA string
ClientSSLKey string
ClientSSLCert string
Database string
ConfigureZones bool
DefaultZoneConfig struct {
GcTtlseconds uint64
BackpressureRangeSizeMultiplier uint64
}
}
}
Click to show internal directories.
Click to hide internal directories.