Versions in this module Expand all Collapse all v1 v1.1.0 Nov 12, 2023 Changes in this version + func Get(ctx context.Context, pattern string, def ...interface{}) (*gvar.Var, error) + func GetBool(ctx context.Context, pattern string, def ...interface{}) (bool, error) + func GetInt(ctx context.Context, pattern string, def ...interface{}) int + func GetMapStrStr(ctx context.Context, pattern string, def ...interface{}) map[string]string + func GetString(ctx context.Context, pattern string, def ...interface{}) string + type Config struct + Http *Http + var Cfg *Config + type Http struct + ProxyOpen bool + ProxyUrl string + Timeout time.Duration