Documentation ¶
Index ¶
- type Registry
- func (_m *Registry) GetActiveUpkeepIDs(opts *bind.CallOpts, startIndex *big.Int, maxCount *big.Int) ([]*big.Int, error)
- func (_m *Registry) GetState(opts *bind.CallOpts) (keeper_registry_wrapper2_0.GetState, error)
- func (_m *Registry) GetUpkeep(opts *bind.CallOpts, id *big.Int) (keeper_registry_wrapper2_0.UpkeepInfo, error)
- func (_m *Registry) ParseLog(log types.Log) (generated.AbigenLog, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Registry ¶
Registry is an autogenerated mock type for the Registry type
func NewRegistry ¶
NewRegistry creates a new instance of Registry. 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 (*Registry) GetActiveUpkeepIDs ¶
func (_m *Registry) GetActiveUpkeepIDs(opts *bind.CallOpts, startIndex *big.Int, maxCount *big.Int) ([]*big.Int, error)
GetActiveUpkeepIDs provides a mock function with given fields: opts, startIndex, maxCount
func (*Registry) GetUpkeep ¶
func (_m *Registry) GetUpkeep(opts *bind.CallOpts, id *big.Int) (keeper_registry_wrapper2_0.UpkeepInfo, error)
GetUpkeep provides a mock function with given fields: opts, id
Click to show internal directories.
Click to hide internal directories.