Versions in this module Expand all Collapse all v8 v8.4.4 Aug 24, 2022 v8.4.3 Aug 24, 2022 Changes in this version + func Contains(collection, item interface{}) bool + func Each(collection Map, cb Iterator) + func ExecutableFilename(name string) string + func GeneratePlatform(runtimeGOOS string, runtimeGOARCH string) string + func IsMappable(value interface{}) bool + func IsSliceable(value interface{}) bool + type ConcreteMap map[interface{}]interface + func (data *ConcreteMap) Count() int + func (data *ConcreteMap) Delete(key interface{}) + func (data *ConcreteMap) Except(keys []interface{}) Map + func (data *ConcreteMap) Get(key interface{}) interface{} + func (data *ConcreteMap) Has(key interface{}) bool + func (data *ConcreteMap) IsEmpty() bool + func (data *ConcreteMap) IsNil(key interface{}) bool + func (data *ConcreteMap) Keys() (keys []interface{}) + func (data *ConcreteMap) NotNil(key interface{}) bool + func (data *ConcreteMap) Set(key, value interface{}) + func (data *ConcreteMap) String() string + type Iterator func(key, val interface{}) + type Map interface + Count func() int + Delete func(key interface{}) + Except func(keys []interface{}) Map + Get func(key interface{}) interface{} + Has func(key interface{}) bool + IsEmpty func() bool + IsNil func(key interface{}) bool + Keys func() []interface{} + NotNil func(key interface{}) bool + Set func(key interface{}, value interface{}) + String func() string + func DeepMerge(maps ...Map) Map + func Merge(collection, otherCollection Map) Map + func NewMap(data ...interface{}) Map + func Reduce(collections []Map, resultVal Map, cb Reducer) Map + type Reducer func(key, val interface{}, reducedVal Map) Map Other modules containing this package github.com/LukasHeimann/cloudfoundrycli