MCPcopy
hub / github.com/CodisLabs/codis / DelayExp2

Struct DelayExp2

pkg/proxy/delay.go:19–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19type DelayExp2 struct {
20 Min, Max int
21 Value int
22 Unit time.Duration
23}
24
25func (d *DelayExp2) Reset() {
26 d.Value = 0

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected