garm/vendor/github.com/juju/clock
Gabriel Adrian Samfira 5566cde77f A few fixes
* CLI properly formats the IP addresses in runner show
  * LXD provider now waits for an IP address before returning on Create
  * Added a few mocks for testing

Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
2022-07-10 14:52:15 +00: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.