Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExpiryDataManager ¶
ExpiryDataManager is an autogenerated mock type for the ExpiryDataManager type
func NewExpiryDataManager ¶
func NewExpiryDataManager(t interface { mock.TestingT Cleanup(func()) }) *ExpiryDataManager
NewExpiryDataManager creates a new instance of ExpiryDataManager. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*ExpiryDataManager) GetExpiringExpectations ¶
func (_m *ExpiryDataManager) GetExpiringExpectations(ctx context.Context) ([]data_manager.ExpectationKey, error)
GetExpiringExpectations provides a mock function with given fields: ctx
func (*ExpiryDataManager) UpdateExpectationsExpiry ¶
func (_m *ExpiryDataManager) UpdateExpectationsExpiry(ctx context.Context, expectations []data_manager.ExpectationKey, expirationTime time.Time) error
UpdateExpectationsExpiry provides a mock function with given fields: ctx, expectations, expirationTime
Click to show internal directories.
Click to hide internal directories.