Versions in this module Expand all Collapse all v0 v0.0.2 Mar 11, 2024 v0.0.1 Mar 11, 2024 Changes in this version + type Metadata interface + Get func(key string) any + IsExists func(key string) bool + Set func(key string, value any) + type Metadatable interface + Metadata func() Metadata