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

# Functions

CopyExpiringBytesMap returns a new copy of a giving string map.
CopyInterfaceKeyMap returns a new copy of a giving interface keyed map.
CopyStringBytesMap returns a new copy of a giving string map.
CopyStringKeyMap returns a new copy of a giving string keyed map.
CopyStringMap returns a new copy of a giving string map.
NewAnyMap returns a new instance of a AnyMap.
NewByteMap returns a new instance of a ByteMap.
NewExpiringByteMap returns a new instance of a ExpiringByteMap.
NewExpiringValue returns a new instance of a ExpiringValue.
NewExprByteStore returns a new instance of a ExprByteStore.
NewStringAnyMap returns a new instance of a StringAnyMap.
NewStringMap returns a new instance of a StringMap.

# Structs

AnyMap defines an implementation which during initial loading stores all key and value pairs.
ByteMap defines an implementation which during initial loading stores all key and value pairs.
ExpiringByteMap defines an implementation which during initial loading stores all key and value pairs.
ExpiringValue defines a type which holds a giving byte value string, it has if attached a possible expiring value, which would make it unaccessible once expired.
ExprByteStore implements an expiring byte store that matches the nstorage.ExpirableStorage interface.
StringAnyMap defines an implementation which during initial loading stores all key and value pairs.
StringMap defines an implementation which during initial loading stores all key and value pairs.