Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadEnvFile ¶
func LoadEnvFile()
func MainLogger ¶
Types ¶
type AppSettings ¶
type AppSettings struct {
ProvincialCenters []ProvincialCenter `json:"Provincial-Centers"`
}
type ProvincialCenter ¶
type ProvincialCenter struct {
Name string `json:"name"`
}
func LoadAppSettingsFile ¶
func LoadAppSettingsFile() ([]ProvincialCenter, error)
Click to show internal directories.
Click to hide internal directories.