garm/vendor/github.com/juju/clock
Gabriel Adrian Samfira c61b7fd268
Update go modules
Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
2023-03-12 16:22:37 +02:00
..
.gitignore Update go modules 2023-03-12 16:22:37 +02:00
clock.go A few fixes 2022-07-10 14:52:15 +00:00
LICENSE A few fixes 2022-07-10 14:52:15 +00:00
Makefile A few fixes 2022-07-10 14:52:15 +00:00
README.md A few fixes 2022-07-10 14:52:15 +00:00
wall.go A few fixes 2022-07-10 14:52:15 +00:00

clock

An interface definition for a fully defined clock.

An WallClock implementation of that interface using the time package.

A testing clock.