Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CockroachDB ¶
type CockroachDB struct {
Client *sql.DB
Host string
Port int
User string
Pass string
Db string
SslMode string
SSLRootCert *string
SSLCert *string
SSLKey *string
RoutingID *string
Query *schema.SqlQuery
}
func (*CockroachDB) Cleanup ¶
func (d *CockroachDB) Cleanup() error
func (*CockroachDB) Init ¶
func (d *CockroachDB) Init() error
func (*CockroachDB) LoadEnv ¶
func (d *CockroachDB) LoadEnv(prefix string) error
func (*CockroachDB) LoadFlags ¶
func (d *CockroachDB) LoadFlags() error
Click to show internal directories.
Click to hide internal directories.