maputils

package module
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Mar 28, 2019 License: Apache-2.0 Imports: 6 Imported by: 0

README

maputils

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrNotFound = errors.New("not found")
)

Functions

This section is empty.

Types

type NestedMap

type NestedMap struct {
	// contains filtered or unexported fields
}

func NewNestedMap

func NewNestedMap(data interface{}) (*NestedMap, error)

func (*NestedMap) Delete

func (m *NestedMap) Delete(path string) error

func (*NestedMap) Get

func (m *NestedMap) Get(path string) (interface{}, error)

func (*NestedMap) Set

func (m *NestedMap) Set(path string, value interface{}) error

Jump to

Keyboard shortcuts

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