package
0.8.9
Repository: https://github.com/influx6/npkg.git
Documentation: pkg.go.dev

# Functions

Append returns a new Pair with the giving key and with the provded Pair set as it's previous link.
FromContext returns a new context object that meets the Context interface.
NewPair returns a a key-value pair chain for setting fields.
NewValueBag returns a new context object that meets the Context interface.
ValueBagFrom adds giving key-value pairs into the bag.

# Structs

Pair defines a struct for storing a linked pair of key and values.

# Interfaces

Getter defines a series of Get methods for which values will be retrieved with.
ValueBag defines a context for holding values to be shared across processes..

# Type aliases

Fields defines a map of key:value pairs.