Documentation ¶
Index ¶
Constants ¶
View Source
const ( PostgresPassword = "awesome-palm" PostgresDatabaseName = "palm" PostgresHost = "127.0.0.1" PostgresPort = 5435 PostgresUser = "palm-user" PostgresContainerName = "palm-postgres" PostgresImageName = "postgres:12.4" )
Variables ¶
View Source
var ( RabbitMQHost = "127.0.0.1" RabbitMQPort = "5676" RabbitUser = "palm-user" RabbitPass = "awesome-palm-password" RabbitMQContainerName = "palm-mq" RabbitMQImageName = "rabbitmq:3-management" RabbitVHost = "palm" )
Functions ¶
func EnvOr ¶
PALM_POSTGRES_HOST PALM_POSTGRES_PORT PALM_POSTGRES_DB PALM_POSTGRES_USER PALM_POSTGRES_PASSWORD
func GetAMQPUrl ¶
func GetAMQPUrl() string
func GetPostgresParams ¶
func GetPostgresParams() string
func PullPostgresImage ¶
func PullPostgresImage() error
func PullRabbitMQImage ¶
func PullRabbitMQImage() error
func StartPostgres ¶
func StartRabbitMQ ¶
func StartRabbitMQ() error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.