package
0.13.1
Repository: https://github.com/moshloop/platform-cli.git
Documentation: pkg.go.dev

# Functions

MemberForName returns the etcd member with the matching name.
MemberIDSet returns a set of member IDs.
NewUInt64Set creates a UInt64Set from a list of values.

# Type aliases

util.UInt64Set is a set of uint64s, implemented via map[uint64]struct{} for minimal memory consumption.