package
Version:
v0.5.0
Opens a new window with list of versions in this module.
Published: Nov 15, 2024
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ENV struct {
PostgresURI string `envconfig:"PG_URI"`
MySQLURI string `envconfig:"MYSQL_URI"`
RabbitMQURI string `envconfig:"RABBITMQ_URI"`
SQSURI string `envconfig:"SQS_URI"`
MineInterval time.Duration `envconfig:"MINE_INTERVAL"`
}
ENV maps the Env vars.
Process loads Environment vars into ENV.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.