Versions in this module Expand all Collapse all v0 v0.1.0 Apr 6, 2022 Changes in this version + func Contains(items interface{}, item interface{}) bool + func IsEmpty(v interface{}) bool + func MapGetKeyValues(s string) map[string]string + func MapToArray(m map[string]string) []string + func MapToArrayWithSeparator(m map[string]string, s string) []string + type Environment struct + func GetEnvironment() *Environment + func NewEnvironment() *Environment + func (e *Environment) Get(key string, defaultValue interface{}) interface{}