Versions in this module Expand all Collapse all v1 v1.12.0 Sep 22, 2018 Changes in this version + type Set struct + func New(values ...interface{}) *Set + func (set *Set) Add(items ...interface{}) + func (set *Set) Clear() + func (set *Set) Contains(items ...interface{}) bool + func (set *Set) Empty() bool + func (set *Set) FromJSON(data []byte) error + func (set *Set) Remove(items ...interface{}) + func (set *Set) Size() int + func (set *Set) String() string + func (set *Set) ToJSON() ([]byte, error) + func (set *Set) Values() []interface{}