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

Struct nopTransporterWithActiveTime

server/etcdserver/util_test.go:64–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64type nopTransporterWithActiveTime struct {
65 activeMap map[types.ID]time.Time
66}
67
68// newNopTransporterWithActiveTime creates nopTransporterWithActiveTime with the first member
69// being the most stable (longest active-since time).

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected