stringmap

package
v0.31.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 6, 2021 License: GPL-2.0, GPL-3.0 Imports: 2 Imported by: 0

Documentation

Overview

Convenience functions for maps with string keys

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetValueInMap

func GetValueInMap(searchedMap map[string]interface{}, path ...string) (interface{}, error)

func MergeIntoMap

func MergeIntoMap(subject StringMap, otherMap StringMap) error

merge values from another map into the subject: for each key path at which the subject does not have a value, this will set the value from the other map even if the subject has a value at a prefix of the key path existing values - including nil - will not be overwritten

func SetValueInMap

func SetValueInMap(mapToChange map[string]interface{}, value interface{}, path ...string) error

Types

type StringMap

type StringMap = map[string]interface{}

func CopyMap

func CopyMap(otherMap StringMap) StringMap

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL