Versions in this module Expand all Collapse all v0 v0.1.0 Apr 4, 2026 Changes in this version + type Engine struct + func (e *Engine) ConnectionString(host string, port int) string + func (e *Engine) ContainerEnv() []string + func (e *Engine) ContainerImage() string + func (e *Engine) Dump(ctx context.Context, docker *client.Client, clientImage string, ...) error + func (e *Engine) DumpFromContainer(ctx context.Context, docker *client.Client, containerName string, ...) error + func (e *Engine) Name() string + func (e *Engine) Restore(ctx context.Context, docker *client.Client, dumpPath string, ...) error + func (e *Engine) WaitReady(port int, timeout time.Duration) error