Versions in this module Expand all Collapse all v0 v0.1.0 Apr 4, 2026 Changes in this version + func Register(e Engine) + func ValidateSourceHost(host string) error + type DumpOptions struct + SchemaOnly bool + type Engine interface + ConnectionString func(host string, port int) string + ContainerEnv func() []string + ContainerImage func() string + Dump func(ctx context.Context, docker *client.Client, clientImage string, ...) error + DumpFromContainer func(ctx context.Context, docker *client.Client, containerName string, ...) error + Name func() string + Restore func(ctx context.Context, docker *client.Client, dumpPath string, ...) error + WaitReady func(port int, timeout time.Duration) error + func Get(name string) (Engine, error) + type SourceConfig struct + Database string + Host string + NetworkName string + Password string + PasswordSecret string + Port int + User string