Versions in this module Expand all Collapse all v1 v1.0.1 Apr 19, 2024 Changes in this version + type Config struct + Database string + Host string + Password string + Port int + Username string + type Database interface + Build func() error + Clear func() error + Config func() Config + Image func(Image) + Seed func(seeds ...seeder.Seeder) + type DatabaseDriver interface + Clear func(pool *dockertest.Pool, resource *dockertest.Resource) error + Config func(resource *dockertest.Resource) Config + Image func() *dockertest.RunOptions + Name func() orm.Driver + type Docker interface + Database func(connection ...string) (Database, error) + type Image struct + Env []string + Repository string + Tag string + Timeout uint + type Testing interface + Docker func() Docker