package
0.0.0-20250206095323-67f4e8942fa5
Repository: https://github.com/noxyicm/wsf.git
Documentation: pkg.go.dev

# Functions

LoadConfig loads config file and merge it's values with set of flags.
NewBridge creates new bridge.
NewDefaultBridge creates new bridge with defaults.
SetDefaults sets default config for bridge.

# Variables

App is a general application config.
AppEnv represents application environment.
AppName holds application name.
AppPath holds application folder.
AppRootPath holds application root folder.
BasePath is the absolute path to the app.
CachePath is the cashe path to the app.
StaticPath is the work path to the app.
Verbose defines if.

# Structs

Bridge provides interface bridge between viper configs and config.Config.

# Interfaces

Config is general config interface.
DefaultConfig is an interface for initializing default config values.
PopulatableConfig is an interface for populationg config with another config.