Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadConfigs ¶
func LoadConfigs() bool
Types ¶
type ConfigModel ¶
type ConfigModel struct { // Add here Your structure as you wish! HelloWorld string `yaml:"hello_wolrd" mapstructure:"hello_wolrd" default:"hey"` Aaaaa string }
Here we declare custom structures which we will be using inside the app!
var Data *ConfigModel
Click to show internal directories.
Click to hide internal directories.