Documentation
¶
Index ¶
- 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
- func NewHttpClient(timeout int, insecure bool) *http.Client
- func NewHttpInsecureClient(timeout int) *http.Client
- func NewHttpSecureClient(timeout int) *http.Client
- type Environment
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MapGetKeyValues ¶
func MapToArray ¶
func NewHttpInsecureClient ¶
func NewHttpSecureClient ¶
Types ¶
type Environment ¶
type Environment struct{}
func GetEnvironment ¶
func GetEnvironment() *Environment
func NewEnvironment ¶
func NewEnvironment() *Environment
func (*Environment) Get ¶
func (e *Environment) Get(key string, defaultValue interface{}) interface{}
Click to show internal directories.
Click to hide internal directories.