//
pkg.gl
Category
github.com/aquasecurity/tracee
pkg
utils
set
package
0.23.0
Repository:
https://github.com/aquasecurity/tracee.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
2
Files
157 SLOC
#
Functions
New
No description provided by the author
NewSimpleSet
New builds a new set object.
NewSimpleSetWithHash
New builds a new set object.
NewWithHash
No description provided by the author
#
Structs
Set
Set is a generic thread-safe data structure representing a unique collection of items, with synchronized access.
SimpleSet
SimpleSet is a generic data structure representing a unique collection of items.