Documentation
¶
Overview ¶
Package envs is the set of any environments you want to up & down when testing.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Runner ¶
type Runner interface {
// Up runner to setup environment.
Up(tb testing.TB) error
// Down runner to teardown envirment.
Down(tb testing.TB) error
}
Runner is a executor to up & down the environment required for testing.
Directories
¶
| Path | Synopsis |
|---|---|
|
Package dockercompose is a runner to up & down environment through Docker-Compose.
|
Package dockercompose is a runner to up & down environment through Docker-Compose. |
|
Package mock is a generated GoMock package.
|
Package mock is a generated GoMock package. |
Click to show internal directories.
Click to hide internal directories.