garm/vendor/github.com/juju/clock/README.md
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

7 lines
149 B
Markdown

# clock
An interface definition for a fully defined clock.
An WallClock implementation of that interface using the time package.
A testing clock.