Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EnvironmentConfig ¶
type EnvironmentConfig struct { Server serverConfig Logger logConfig Database dbConfig Aws awsConfig }
EnvironmentConfig contains the configuration for the enivornment
func ParseConfig ¶
func ParseConfig(environmentFile string) EnvironmentConfig
ParseConfig reads the environmentconfig file and converts it into a struct that can be used to setup the server
Click to show internal directories.
Click to hide internal directories.