Versions in this module Expand all Collapse all v0 v0.1.0 Dec 6, 2018 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