Documentation ¶
Index ¶
- type HttpClient
- 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 HttpClient ¶
HttpClient is an autogenerated mock type for the HttpClient type
func NewHttpClient ¶
func NewHttpClient(t mockConstructorTestingTNewHttpClient) *HttpClient
NewHttpClient creates a new instance of HttpClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
type Registry ¶
Registry is an autogenerated mock type for the Registry type
func NewRegistry ¶
func NewRegistry(t mockConstructorTestingTNewRegistry) *Registry
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.
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.