package
8.2.0+incompatible
Repository: https://github.com/pingcap/tiflow.git
Documentation: pkg.go.dev

# Functions

MonoNow returns the MonotonicTime of current.
New creates a new withRealMono instance, which implements Clock interface.
NewMock creates a new Mock instance.
ToMono converts time.Time to MonotonicTime.

# Structs

Mock is a mock struct that implements Clock interface.

# Interfaces

Clock defines an interface that combines github.com/benbjohnson/clock.Clock and a Mono methods that can return a monotonic time duration.

# Type aliases

No description provided by the author