Versions in this module Expand all Collapse all v0 v0.99.3 Jan 3, 2021 v0.99.2 Jan 3, 2021 Changes in this version + type Metadata map[string][]interface + func (md Metadata) Add(key string, value interface{}) + func (md Metadata) AddAll(other Metadata) + func (md Metadata) Del(key string) + func (md Metadata) Range(fn func(key string, value interface{}) bool)