package
0.0.0-20230313140341-b44964e63a92
Repository: https://github.com/mongoose-os/mos.git
Documentation: pkg.go.dev

# Functions

New creates new DataMap with the provided GetFailHandler.

# Structs

DataMap is a hierarchical data structure which allows clients to get and set values by their JavaScript-like paths, e.g.

# Type aliases

GetFailHandler, if specified, is called when DataMap.Get fails to get the value normally.