package
Version:
v0.0.0-...-85a2ba7
Opens a new window with list of versions in this module.
Published: Mar 3, 2022
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type PostgresDB struct {
Addr string `mapstructure:"ORDERSVC_POSTGRESDB_ADDR"`
Password string `mapstructure:"ORDERSVC_POSTGRESDB_PASSWORD"`
User string `mapstructure:"ORDERSVC_POSTGRESDB_USER"`
Database string `mapstructure:"ORDERSVC_POSTGRESDB_DATABASE"`
}
type RMQPublisherConfig struct {
}
type RabbitMQ struct {
User string `mapstructure:"ORDERSVC_RABBITMQ_USER"`
Password string `mapstructure:"ORDERSVC_RABBITMQ_PASSWORD"`
Host string `mapstructure:"ORDERSVC_RABBITMQ_HOST"`
Port string `mapstructure:"ORDERSVC_RABBITMQ_PORT"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.