package
0.0.0-20240221030254-46f66de34eb6
Repository: https://github.com/jeffotoni/goexample.git
Documentation: pkg.go.dev

# Functions

Reads info from config file.
No description provided by the author
Method GetConfig responsible for creating our instance to access the objects of our config file singleton object Config.
No description provided by the author
Reads info from config file.
GetConfig Method responsible for struct of the yaml it returns the Config object then the conf conf config definition is made in yaml.Unmarshal and will receive &confg.
No description provided by the author
Using TestConfig, Testing to see if Section Config is instantiated correctly.
Using TestConfig, Testing to see if Section Config is instantiated correctly.
TestStructConfig responsible for testing and creating the configuration files of our webservice Testing if there is config / config.gcfg if it does not find in the current path, create directory and its default configuration file.
TestStructConfig responsible for testing and creating the configuration files of our webservice Testing if there is config / config.gcfg if it does not find in the current path, create directory and its default configuration file.
TestStructConfig responsible for testing and creating the configuration files of our webservice Testing if there is config / config.gcfg if it does not find in the current path, create directory and its default configuration file.
TestStructConfig responsible for testing and creating the configuration files of our webservice Testing if there is config / config.gcfg if it does not find in the current path, create directory and its default configuration file.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Our config case has no structure created the system will dynamically create in the current directory in config/config.gcfg.
Our config case has no structure created the system will dynamically create in the current directory in config/config.gcfg.
Our config case has no structure created the system will dynamically create in the current directory in config/config.gcfg.
Our config case has no structure created the system will dynamically create in the current directory in config/config.gcfg.

# Structs

.
My type struct to be able to recover in the .gcfg config.
Our config that will be given merge, it that the user will access.
struct config.
Info from config file.
No description provided by the author
.
.