Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Now ¶
Now returns the current time. In production this is time.Now; in tests and the LB harness simulator it can be overridden via SetClock.
func SetClock ¶
SetClock installs fn as the time source and returns a restore function that reinstates the previous source. Intended for tests and the LB harness simulator only; callers must defer the returned restore to avoid leaking the fake clock into production paths.
Usage in lbsim:
restore := clock.SetClock(fakeClock.Now) defer restore()
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.