package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Nov 30, 2022
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type PG struct {
PoolMax int `env-required:"true" yaml:"pool_max" env:"PG_POOL_MAX"`
URL string `env-required:"true" yaml:"url" env:"PG_URL"`
}
type ProductClient struct {
URL string `env-required:"true" yaml:"url" env:"PRODUCT_CLIENT_URL"`
}
type RabbitMQ struct {
URL string `env-required:"true" yaml:"url" env:"RABBITMQ_URL"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.