Versions in this module Expand all Collapse all v1 v1.0.3 Nov 19, 2022 v1.0.2 Oct 20, 2022 Changes in this version + const OrmInfraConfigFileName + const OrmModuleName + var OrmLogLevel string + func SetCommamdConfig(logLevel string, external string) + type DataBaseConfig struct + ConnectTimeout int + DatabaseName string + HostPort string + InternalHostPort string + Name string + Password string + TablePrefix string + Type string + Username string + type OrmInfraConfig struct + Configs []DataBaseConfig + LogLevel string + UseExternalHost bool + func New(source common.ConfigSource, logLevel string, useExternalHost bool) (*OrmInfraConfig, error)