Versions in this module Expand all Collapse all v1 v1.0.1 Nov 25, 2025 v1.0.0 Mar 9, 2025 Changes in this version + type Config struct + AppEnv string + DbHost string + DbMaxConnections int + DbMinConnections int + DbName string + DbPassword string + DbPort string + DbSslMode string + DbUser string + JwtSecret string + LogLevel int + LongRequestLimit int + Port string + RequireVerification bool + ShortRequestLimit int + UnauthorizedRequestLimit int + func GetAppConfig() Config + type PgDumpConfig struct + Dump_DbHost string + Dump_DbName string + Dump_DbPassword string + Dump_DbPort int + Dump_DbUser string + func GetPgDumpConfig() PgDumpConfig + type PgRestoreConfig struct + Rest_DbHost string + Rest_DbName string + Rest_DbPassword string + Rest_DbPort int + Rest_DbUser string + Rest_SourcePath string + func GetPgRestoreConfig() PgRestoreConfig