//
pkg.gl
Category
github.com/elastic/beats/v7
x-pack
elastic-agent
pkg
sorted
package
7.17.28
Repository:
https://github.com/elastic/beats.git
Documentation:
pkg.go.dev
Versions
1
Dependencies
2
Dependents
11
Files
55 SLOC
#
Functions
NewSet
NewSet returns an ordered set.
#
Structs
Set
Set is a sorted set that allow to iterate on they keys in an ordered manner, when items are added or removed from the Set the keys are sorted.