Versions in this module Expand all Collapse all v0 v0.1.124 Jun 15, 2023 v0.1.0 Jun 15, 2023 v0.0.0 Jun 15, 2023 Changes in this version + type DBConfig struct + Adapter string + ConnectionOptions DBConnectionConfig + Host string + Name string + Password string + Port int + User string + type DBConnectionConfig struct + MaxIdleConnections int + MaxOpenConnections int + type ServerConfig struct + CertificateFilePath string + Database DBConfig + JwtVerificationKeyPath string + Port int + PrivateKeyFilePath string + Store string + func ParseConfig(filename string) (ServerConfig, error)