Versions in this module Expand all Collapse all v0 v0.0.1 May 21, 2021 Changes in this version + type AppConfig struct + AllowedOrigins []string + AppRootURL string + Env AppEnv + GCPProjectID string + GRPCPort int + GoogleAuthClientKey string + GoogleAuthSecret string + RedisURL string + RestPort int + SessionCookieDomain string + SessionKey string + WebAppURL string + func NewAppConfig() (*AppConfig, error) + func (a AppConfig) IsDeployedEnv() bool + type AppEnv string + const Dev + const Local + const Prod + const Test + type DBConfig struct + DBName string + Driver string + Password string + URL string + User string + func NewDBConfig() (*DBConfig, error) + func (d *DBConfig) Dsn() string