lnd.xprv/clock
Andras Banki-Horvath 7024f36a76 general: adding the Clock interface to aid testing
This commit adds Clock and DefaultClock and moves the private
invoices.testClock under the clock package while adding basic
unit tests for it.
Clock is an interface currently encapsulating Now() and TickAfter().
It can be added as an external dependency to any class. This way
tests can stub out time.Now() or time.After().

The DefaultClock class simply returns the real time.Now() and
time.After().
2019-12-13 16:52:22 +01:00
..
default_clock.go general: adding the Clock interface to aid testing 2019-12-13 16:52:22 +01:00
interface.go general: adding the Clock interface to aid testing 2019-12-13 16:52:22 +01:00
test_clock_test.go general: adding the Clock interface to aid testing 2019-12-13 16:52:22 +01:00
test_clock.go general: adding the Clock interface to aid testing 2019-12-13 16:52:22 +01:00