Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Neo4j commonConfig.Neo4jConfig PostgresConfig commonConfig.PostgresConfig PostgresAsyncConfig commonConfig.PostgresAsyncConfig Logger logger.Config Jaeger tracing.JaegerConfig Cron cronConfig.Config RawDataStoreDBName string `env:"RAW_DATA_STORE_DB_NAME,required" envDefault:"destination"` }
type RawDataStoreDB ¶
func InitPoolManager ¶
func InitPoolManager(cfg *Config) *RawDataStoreDB
func (*RawDataStoreDB) CreateDBHandler ¶
func (s *RawDataStoreDB) CreateDBHandler(ctx *Context) *gorm.DB
func (*RawDataStoreDB) GetDBHandler ¶
func (s *RawDataStoreDB) GetDBHandler(ctx *Context) *gorm.DB
Click to show internal directories.
Click to hide internal directories.