package
0.0.0-20221205081027-fb1d94189521
Repository: https://github.com/ti-net2/apiserver.git
Documentation: pkg.go.dev

# Functions

NewFakeEventClock constructor.

# Structs

FakeEventClock is one whose time does not pass implicitly but rather is explicitly set by invocations of its SetTime method.
RealEventClock fires event on real world time.

# Interfaces

EventClock fires event on time.

# Type aliases

EventFunc does some work that needs to be done at or after the given time.