Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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.