ResetClockImplementation resets implementation to use time.Now
()
| 40 | |
| 41 | // ResetClockImplementation resets implementation to use time.Now |
| 42 | func ResetClockImplementation() { |
| 43 | nowFunc = time.Now |
| 44 | } |
| 45 | |
| 46 | // SetClockImplementation sets implementation to use passed in nowFunc |
| 47 | func SetClockImplementation(f NowFunc) { |
no outgoing calls
no test coverage detected