Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConnectionDetails ¶
type Container ¶
type Container struct { Namespace string Database string Backup string // contains filtered or unexported fields }
func (*Container) RegisterDriver ¶
RegisterDriver registers your driver with the provider
type Credentials ¶
type Driver ¶
type Driver struct { Name string Connect ConnectionDetails Master Credentials Database Credentials Create func(*Driver) error Drop func(*Driver) error Backup func(*Driver, *io.Writer) error }
Click to show internal directories.
Click to hide internal directories.