#1 env
A simple, zero-dependencies library to parse environment variables into structs
Package config is a go config management implement.
Health score 48/100, confidence 80/100.
| Latest version | v1.1.0 |
| Imported by | 23 packages |
| Stars | 0 |
| Forks | 0 |
| Last activity | 7 years ago |
| Latest release | Unknown |
| License | Unknown |
| Known vuln records | 0 |
| Symbol | Kind | Synopsis |
|---|---|---|
| Config | Type | type Config struct{} |
| Config.AddDriver | Method | func (c *Config) AddDriver(driver Driver) |
| Config.Bool | Method | func (c *Config) Bool(key string) (value bool, ok bool) |
| Config.ClearAll | Method | func (c *Config) ClearAll() |
| Config.ClearCaches | Method | func (c *Config) ClearCaches() |
| Config.ClearData | Method | func (c *Config) ClearData() |
| Config.Data | Method | func (c *Config) Data() map[string]interface{} |
| Config.DefBool | Method | func (c *Config) DefBool(key string, defVal ...bool) bool |
| Config.DefFloat | Method | func (c *Config) DefFloat(key string, defVal ...float64) float64 |
| Config.DefInt | Method | func (c *Config) DefInt(key string, defVal ...int) int |
| Config.DefInt64 | Method | func (c *Config) DefInt64(key string, defVal ...int64) int64 |
| Config.DefString | Method | func (c *Config) DefString(key string, defVal ...string) string |
A simple, zero-dependencies library to parse environment variables into structs
Simple, extremely lightweight, extensible, configuration management library for Go. Supports JSON, TOML, YAML, env, command line, file, S3 etc. Alternative to viper.
Package ini provides INI file read and write functionality in Go
Go configuration with fangs.
lightweight extendable API Gateway in Go - parallel fan-out, flexible aggregation, and zero configuration magic.
Package argus provides a comprehensive dynamic configuration management framework for Go applications, combining ultra-fast file monitoring, universal format parsing, and zero-reflection configuration binding in a single, cohesive system.
A simple, zero-dependencies library to parse environment variables into structs
Simple, extremely lightweight, extensible, configuration management library for Go. Supports JSON, TOML, YAML, env, command line, file, S3 etc. Alternative to viper.
Package ini provides INI file read and write functionality in Go
Go configuration with fangs.
lightweight extendable API Gateway in Go - parallel fan-out, flexible aggregation, and zero configuration magic.