nested

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Feb 25, 2021 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ComposeValue

func ComposeValue(val interface{}, p path) map[string]interface{}

ComposeValue returns a map containing the structure of `path`, with `val` as value.

The value is always transformed into a slice unless it is already one. For example, the call

ComposeValue(42, "foo.bar")

yields the following result:

map[string]interface{}{
    "foo": map[string]interface{}{
        "bar": []int{42},
    },
}

func GetValue

func GetValue(obj interface{}, p string, o string) (map[string]interface{}, bool, error)

GetValue attempts to retrieve the value in the given string encoded path.

func NewPath

func NewPath(s string) path

NewPath creates a new path with the given string in the format 'a.b.c'.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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