Documentation
¶
Index ¶
- func MapSSEqual(a, b map[string]string) bool
- func MapSSMerge(first map[string]string, second map[string]string) map[string]string
- func MapSSToKeyValues(kvs map[string]string, sep string) string
- func MapSSValOrEmpty(data map[string]string, key string) string
- func StringKeys(mp interface{}) []string
- func StringKeysSorted(mp interface{}) []string
- func StringKeysToLowerSorted(mp interface{}) []string
- type MapInt64Int64
- type MapStringInt
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MapSSEqual ¶
func MapSSMerge ¶
func StringKeys ¶
func StringKeys(mp interface{}) []string
func StringKeysSorted ¶
func StringKeysSorted(mp interface{}) []string
func StringKeysToLowerSorted ¶
func StringKeysToLowerSorted(mp interface{}) []string
Types ¶
type MapInt64Int64 ¶
func (MapInt64Int64) KeysSorted ¶
func (m MapInt64Int64) KeysSorted() []int64
func (MapInt64Int64) ValuesSortedByKeys ¶
func (m MapInt64Int64) ValuesSortedByKeys() []int64
type MapStringInt ¶ added in v1.1.0
func (MapStringInt) AddKey ¶ added in v1.1.0
func (msi MapStringInt) AddKey(key string, val int)
func (MapStringInt) KeyValue ¶ added in v1.1.0
func (msi MapStringInt) KeyValue(key string, defaultValue int) int
func (MapStringInt) Keys ¶ added in v1.1.0
func (msi MapStringInt) Keys(sortKeys bool) []string
func (MapStringInt) MinMaxValues ¶ added in v1.1.0
func (msi MapStringInt) MinMaxValues() (int, int)
Click to show internal directories.
Click to hide internal directories.