Versions in this module Expand all Collapse all v0 v0.1.0 Mar 25, 2026 Changes in this version + func NewMetadataBuilder() *metadataBuilder + type MetadataBuilderIfc interface + GetMetadata func() *metadata + Set func(name, value string) *metadataBuilder + type MetadataIfc interface + Get func(name string) *string + GetNames func() []string + Has func(names ...string) bool