7b0ab1011c
Moby imports Swarmkit; Swarmkit no longer imports Moby. In order to accomplish this feat, Swarmkit has introduced a new plugin.Getter interface so it could stop importing our pkg/plugingetter package. This new interface is not entirely compatible with our plugingetter.PluginGetter interface, necessitating a thin adapter. Swarmkit had to jettison the CNM network allocator to stop having to import libnetwork as the cnmallocator package is deeply tied to libnetwork. Move the CNM network allocator into libnetwork, where it belongs. The package had a short an uninteresting Git history in the Swarmkit repository so no effort was made to retain history. Signed-off-by: Cory Snider <csnider@mirantis.com> |
||
---|---|---|
.. | ||
fakeclock | ||
clock.go | ||
LICENSE | ||
NOTICE | ||
package.go | ||
README.md | ||
ticker.go | ||
timer.go |
clock
Note: This repository should be imported as code.cloudfoundry.org/clock
.
Provides a Clock
interface, useful for injecting time dependencies in tests.
Reporting issues and requesting features
Please report all issues and feature requests in cloudfoundry/diego-release.
Contributing
For tagging please use the semver compatible version format e.g. v1.0.0
.