Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitMongoDB ¶
func InitMongoDB(ctx context.Context) interfaces.MongoDatabase
InitMongoDB return mongo db read & write instance from environment: MONGODB_HOST_WRITE, MONGODB_HOST_READ, MONGODB_DATABASE_NAME
func InitRedis ¶
func InitRedis() interfaces.RedisPool
InitRedis connection from environment: REDIS_READ_DSN, REDIS_READ_TLS REDIS_WRITE_DSN, REDIS_WRITE_TLS
func InitSQLDatabase ¶
func InitSQLDatabase() interfaces.SQLDatabase
InitSQLDatabase return sql db read & write instance from environment: SQL_DB_READ_DSN, SQL_DB_WRITE_DSN
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.