Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { EnvType string // production, staging, development Adapters map[string]Credential FeatureFlags struct { Flag bool } Logging struct { Level string Format string } DB struct { Postgres Postgres } }
var Env Config
func (*Config) IsDevelopment ¶
type Credential ¶
Click to show internal directories.
Click to hide internal directories.