Documentation ¶
Overview ¶
Package env reads the application settings.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Info ¶
type Info struct { Asset asset.Info `json:"Asset"` Email email.Info `json:"Email"` Form form.Info `json:"Form"` Generation generate.Info `json:"Generation"` MySQL mysql.Info `json:"MySQL"` Server server.Info `json:"Server"` Session session.Info `json:"Session"` Template view.Template `json:"Template"` View view.Info `json:"View"` // contains filtered or unexported fields }
Info structures the application settings.
func LoadConfig ¶
LoadConfig reads the configuration file.
Click to show internal directories.
Click to hide internal directories.