# Functions
NewMockClock creates a new mock instance.
NewMockPersistence creates a new mock instance.
NewRegistry creates a new instance of Registry for accessing and caching namespace information to reduce the load on persistence.
No description provided by the author
# Constants
CacheRefreshFailureRetryInterval is the wait time if refreshment encounters error.
No description provided by the author
# Variables
No description provided by the author
# Structs
MockClock is a mock of Clock interface.
MockClockMockRecorder is the mock recorder for MockClock.
MockPersistence is a mock of Persistence interface.
MockPersistenceMockRecorder is the mock recorder for MockPersistence.