Versions in this module Expand all Collapse all v1 v1.4.1 Sep 27, 2020 Changes in this version + type Set []Tag + func NewTagSetFromMap(m map[string]string) Set + func NewTagSetsFromMaps(maps []map[string]string) []Set + func (ts Set) Contains(name, value string) bool + func (ts Set) ContainsAll(other []Tag) bool + type Tag struct + Name string + Value string