package set
import "github.com/coreos/rkt/pkg/set"
Index ¶
Types ¶
type String ¶
type String map[string]struct{}
func NewString ¶
func (String) ConditionalHas ¶
ConditionalHas returns true if and only if there is any item 'source' in the set that satisfies the conditionFunc wrt 'item'.
func (String) Delete ¶
Delete removes all items from the set.
func (String) Has ¶
Has returns true if and only if item is contained in the set.
func (String) HasAll ¶
HasAll returns true if and only if all items are contained in the set.
func (String) Insert ¶
Insert adds items to the set.
Source Files ¶
- Version
- v1.30.0 (latest)
- Published
- Apr 13, 2018
- Platform
- linux/amd64
- Last checked
- 5 days ago –
Tools for package owners.