please upgrade the proto package PropagationDelayTrackerDesc stores beacons for tracking gossip propagation delay across the cluster. Beacons are cluster-wide (not per-node) and are keyed by a random beacon ID.
| 30 | // across the cluster. Beacons are cluster-wide (not per-node) and are keyed |
| 31 | // by a random beacon ID. |
| 32 | type PropagationDelayTrackerDesc struct { |
| 33 | // Map of beacon_id -> beacon. |
| 34 | Beacons map[uint64]BeaconDesc `protobuf:"bytes,1,rep,name=beacons,proto3" json:"beacons" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` |
| 35 | } |
| 36 | |
| 37 | func (m *PropagationDelayTrackerDesc) Reset() { *m = PropagationDelayTrackerDesc{} } |
| 38 | func (*PropagationDelayTrackerDesc) ProtoMessage() {} |
nothing calls this directly
no outgoing calls
no test coverage detected