package
Version:
v0.0.0-...-46e3ee7
Opens a new window with list of versions in this module.
Published: Jun 5, 2023
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package config .
Used to load all the configurations for the functionality of the application
type Config struct {
Port string `mapstructure:"PORT"`
Path string `mapstructure:"PATH"`
}
Config is a struct that contains configurations that are used throughout the
application
Load is a fucntion that is used to load all the configurations from the relevant
sources
Source Files
¶
Click to show internal directories.
Click to hide internal directories.