Documentation ¶ Index ¶ type Set func BuildSet(tags []string) Set func BuildSetOfSize(size int) Set func (set Set) Add(tag string) func (set Set) Exclude(tag string) bool func (set Set) Include(tag string) bool func (set Set) IncludeAll(tags []string) bool func (set Set) IncludeAny(tags []string) bool func (set Set) IsEmpty() bool func (set Set) SubsetOf(tags []string) bool Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Set ¶ type Set map[string]nothing func BuildSet ¶ func BuildSet(tags []string) Set func BuildSetOfSize ¶ func BuildSetOfSize(size int) Set func (Set) Add ¶ func (set Set) Add(tag string) func (Set) Exclude ¶ func (set Set) Exclude(tag string) bool func (Set) Include ¶ func (set Set) Include(tag string) bool func (Set) IncludeAll ¶ func (set Set) IncludeAll(tags []string) bool func (Set) IncludeAny ¶ func (set Set) IncludeAny(tags []string) bool func (Set) IsEmpty ¶ func (set Set) IsEmpty() bool func (Set) SubsetOf ¶ func (set Set) SubsetOf(tags []string) bool Source Files ¶ View all Source files set.go Click to show internal directories. Click to hide internal directories.