gvisor/pkg/tcpip/faketime
Tamir Duberstein 4f2439fb0e Use opaque types to represent time
Introduce tcpip.MonotonicTime; replace int64 in tcpip.Clock method
returns with time.Time and MonotonicTime to improve type safety and
ensure that monotonic clock readings are never compared to wall clock
readings.

PiperOrigin-RevId: 375775907
2021-05-25 13:00:29 -07:00
..
BUILD
faketime.go Use opaque types to represent time 2021-05-25 13:00:29 -07:00
faketime_test.go