MCPcopy
hub / github.com/etcd-io/etcd / UniqueStringsValue

Struct UniqueStringsValue

pkg/flags/unique_strings.go:26–28  ·  view source on GitHub ↗

UniqueStringsValue wraps a list of unique strings. The values are set in order.

Source from the content-addressed store, hash-verified

24// UniqueStringsValue wraps a list of unique strings.
25// The values are set in order.
26type UniqueStringsValue struct {
27 Values map[string]struct{}
28}
29
30// Set parses a command line set of strings, separated by comma.
31// Implements "flag.Value" interface.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected