Documentation ¶
Index ¶
- func SetupDatabase(ctx context.Context, image string, port int, containerName string, ...) (string, error)
- func SetupGrafana(ctx context.Context, image string) error
- func SetupMySQL(ctx context.Context, image string, port int) (string, error)
- func SetupPostgres(ctx context.Context, image string, port int, recreate bool) (string, error)
- func SetupRegistry(ctx context.Context, image string, port int) error
- func WaitForMySQLReady(ctx context.Context, port int) (string, error)
- func WaitForPortReady(ctx context.Context, port int) error
- func WaitForPostgresReady(ctx context.Context, port int) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetupDatabase ¶ added in v0.398.0
func SetupMySQL ¶ added in v0.398.0
func SetupPostgres ¶ added in v0.398.0
func SetupRegistry ¶ added in v0.397.1
func WaitForMySQLReady ¶ added in v0.398.0
func WaitForPortReady ¶ added in v0.397.1
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.