package
0.0.0-20180911130330-d3ccc4fb1d66
Repository: https://github.com/rglyons/kube-arangodb.git
Documentation: pkg.go.dev

# Functions

No description provided by the author

# Structs

FakeClock implements Clock, but returns an arbitrary time.
IntervalClock implements Clock, but each invocation of Now steps the clock forward the specified duration.
RealClock really calls time.Now().

# Interfaces

Clock allows for injecting fake or real clocks into code that needs to do arbitrary things based on time.
No description provided by the author
Timer allows for injecting fake or real timers into code that needs to do arbitrary things based on time.