Versions in this module Expand all Collapse all v0 v0.0.2 May 23, 2021 v0.0.1 May 23, 2021 Changes in this version + type ConfigurationSource interface + GetBooleanValueByKey func(key string) bool + GetDurationValueByKey func(key string) time.Duration + GetFloatValueByKey func(key string) float64 + GetInt64ValueByKey func(key string) int64 + GetIntArrayValueByKey func(key string) []int + GetIntValueByKey func(key string) int + GetStringArrayValueByKey func(key string) []string + GetStringValueByKey func(key string) string + GetTimeValueByKey func(key string) time.Time + GetValueByKey func(key string) interface{}