Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DatabaseDriver ¶
type DatabaseDriver interface {
// Config gets the database configuration.
Config(resource *dockertest.Resource) Config
// Clear clears the database.
Clear(pool *dockertest.Pool, resource *dockertest.Resource) error
// Name gets the database driver name.
Name() orm.Driver
// Image gets the database image.
Image() *dockertest.RunOptions
}
Click to show internal directories.
Click to hide internal directories.