Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FindProjectRoot ¶
Types ¶
type Config ¶
type Config struct {
Database *Database `toml:"database"`
API *API `toml:"api"`
GRPC *GRPC `toml:"grpc"`
Log *Log `toml:"log"`
Commands Commands `toml:"commands"`
// contains filtered or unexported fields
}
func (*Config) GetEnvVars ¶ added in v0.19.0
GetEnvVars returns the stored .env variables.
func (*Config) SetEnvVars ¶ added in v0.19.0
SetEnvVars stores the parsed .env variables on the config.
Click to show internal directories.
Click to hide internal directories.