Documentation ¶ Index ¶ type Config type Option func WithEnvVars(envVas map[string]string) Option func WithWorkingDir(dir string) Option type Runner func New(filename string, opts ...Option) *Runner func (r *Runner) Down(tb testing.TB) error func (r *Runner) Up(tb testing.TB) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Config ¶ type Config struct { // contains filtered or unexported fields } type Option ¶ type Option func(*Config) func WithEnvVars ¶ func WithEnvVars(envVas map[string]string) Option func WithWorkingDir ¶ func WithWorkingDir(dir string) Option type Runner ¶ type Runner struct { // contains filtered or unexported fields } func New ¶ func New(filename string, opts ...Option) *Runner func (*Runner) Down ¶ func (r *Runner) Down(tb testing.TB) error func (*Runner) Up ¶ func (r *Runner) Up(tb testing.TB) error Source Files ¶ View all Source files dockercompose.gooptions.go Click to show internal directories. Click to hide internal directories.