package
0.0.0-20241008184207-5040c0c2dad7
Repository: https://github.com/jecklgamis/go-webapp-example.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# Functions

GetEnvOrElse retrieves the value of environment variable or fallback if it does not exist.
ReadConfig loads the environment-specific configuration in config directory.
Start starts the HTTP server.

# Structs

Config store the main application configuration.
HTTPServerConfig stores HTTP server specific config.
HTTPSServerConfig stores HTTPS server specific config.
ListenerConfig stores HTTP or HTTPS server config.