Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MySQL ¶ added in v0.8.34
type MySQL struct {
Version string
Name string
Image string
User string
Password string
Port string
}
MySQL docker recipe
type MySQLWithEnv ¶ added in v0.8.34
type MySQLWithEnv struct {
Version string
Name string
Image string
UserEnv string
PasswordEnv string
PortEnv string
}
MySQLWithEnv same with MySQL but with env parameter
type Postgres ¶
type Postgres struct {
Version string
Name string
Image string
User string
Password string
Port string
}
Postgres docker recipe
type PostgresWithEnv ¶ added in v0.8.33
type PostgresWithEnv struct {
Version string
Name string
Image string
UserEnv string
PasswordEnv string
PortEnv string
}
PostgresWithEnv same with postgres with env parameter
Click to show internal directories.
Click to hide internal directories.