mocks

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 19, 2021 License: MIT Imports: 28 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AdvisoryLocker

type AdvisoryLocker struct {
	mock.Mock
}

AdvisoryLocker is an autogenerated mock type for the AdvisoryLocker type

func (*AdvisoryLocker) Close

func (_m *AdvisoryLocker) Close() error

Close provides a mock function with given fields:

func (*AdvisoryLocker) Unlock

func (_m *AdvisoryLocker) Unlock(ctx context.Context, classID int32, objectID int32) error

Unlock provides a mock function with given fields: ctx, classID, objectID

func (*AdvisoryLocker) WithAdvisoryLock

func (_m *AdvisoryLocker) WithAdvisoryLock(ctx context.Context, classID int32, objectID int32, f func() error) error

WithAdvisoryLock provides a mock function with given fields: ctx, classID, objectID, f

type AfterNower

type AfterNower struct {
	mock.Mock
}

AfterNower is an autogenerated mock type for the AfterNower type

func (*AfterNower) After

func (_m *AfterNower) After(d time.Duration) <-chan time.Time

After provides a mock function with given fields: d

func (*AfterNower) Now

func (_m *AfterNower) Now() time.Time

Now provides a mock function with given fields:

type Application

type Application struct {
	mock.Mock
}

Application is an autogenerated mock type for the Application type

func (*Application) AddJob

func (_m *Application) AddJob(_a0 models.JobSpec) error

AddJob provides a mock function with given fields: _a0

func (*Application) AddJobV2

func (_m *Application) AddJobV2(ctx context.Context, _a1 job.Job, name null.String) (int32, error)

AddJobV2 provides a mock function with given fields: ctx, _a1, name

func (*Application) AddServiceAgreement

func (_m *Application) AddServiceAgreement(_a0 *models.ServiceAgreement) error

AddServiceAgreement provides a mock function with given fields: _a0

func (*Application) ArchiveJob

func (_m *Application) ArchiveJob(_a0 models.JobID) error

ArchiveJob provides a mock function with given fields: _a0

func (*Application) Cancel

func (_m *Application) Cancel(runID uuid.UUID) (*models.JobRun, error)

Cancel provides a mock function with given fields: runID

func (*Application) Create

func (_m *Application) Create(jobSpecID models.JobID, initiator *models.Initiator, creationHeight *big.Int, runRequest *models.RunRequest) (*models.JobRun, error)

Create provides a mock function with given fields: jobSpecID, initiator, creationHeight, runRequest

func (*Application) CreateErrored

func (_m *Application) CreateErrored(jobSpecID models.JobID, initiator models.Initiator, err error) (*models.JobRun, error)

CreateErrored provides a mock function with given fields: jobSpecID, initiator, err

func (*Application) DeleteJobV2

func (_m *Application) DeleteJobV2(ctx context.Context, jobID int32) error

DeleteJobV2 provides a mock function with given fields: ctx, jobID

func (*Application) GetExternalInitiatorManager

func (_m *Application) GetExternalInitiatorManager() adamoracle.ExternalInitiatorManager

GetExternalInitiatorManager provides a mock function with given fields:

func (*Application) GetJobORM

func (_m *Application) GetJobORM() job.ORM

GetJobORM provides a mock function with given fields:

func (*Application) GetStatsPusher

func (_m *Application) GetStatsPusher() synchronization.StatsPusher

GetStatsPusher provides a mock function with given fields:

func (*Application) GetStore

func (_m *Application) GetStore() *store.Store

GetStore provides a mock function with given fields:

func (*Application) NewBox

func (_m *Application) NewBox() packr.Box

NewBox provides a mock function with given fields:

func (*Application) ResumeAllInProgress

func (_m *Application) ResumeAllInProgress() error

ResumeAllInProgress provides a mock function with given fields:

func (*Application) ResumeAllPendingConnection

func (_m *Application) ResumeAllPendingConnection() error

ResumeAllPendingConnection provides a mock function with given fields:

func (*Application) ResumeAllPendingNextBlock

func (_m *Application) ResumeAllPendingNextBlock(currentBlockHeight *big.Int) error

ResumeAllPendingNextBlock provides a mock function with given fields: currentBlockHeight

func (*Application) ResumePendingBridge

func (_m *Application) ResumePendingBridge(runID uuid.UUID, input models.BridgeRunResult) error

ResumePendingBridge provides a mock function with given fields: runID, input

func (*Application) RunJobV2

func (_m *Application) RunJobV2(ctx context.Context, jobID int32, meta map[string]interface{}) (int64, error)

RunJobV2 provides a mock function with given fields: ctx, jobID, meta

func (*Application) Start

func (_m *Application) Start() error

Start provides a mock function with given fields:

func (*Application) Stop

func (_m *Application) Stop() error

Stop provides a mock function with given fields:

func (*Application) WakeSessionReaper

func (_m *Application) WakeSessionReaper()

WakeSessionReaper provides a mock function with given fields:

type Client

type Client struct {
	mock.Mock
}

Client is an autogenerated mock type for the Client type

func (*Client) BalanceAt

func (_m *Client) BalanceAt(ctx context.Context, account common.Address, blockNumber *big.Int) (*big.Int, error)

BalanceAt provides a mock function with given fields: ctx, account, blockNumber

func (*Client) BatchCallContext

func (_m *Client) BatchCallContext(ctx context.Context, b []rpc.BatchElem) error

BatchCallContext provides a mock function with given fields: ctx, b

func (*Client) BlockByNumber

func (_m *Client) BlockByNumber(ctx context.Context, number *big.Int) (*types.Block, error)

BlockByNumber provides a mock function with given fields: ctx, number

func (*Client) Call

func (_m *Client) Call(result interface{}, method string, args ...interface{}) error

Call provides a mock function with given fields: result, method, args

func (*Client) CallContext

func (_m *Client) CallContext(ctx context.Context, result interface{}, method string, args ...interface{}) error

CallContext provides a mock function with given fields: ctx, result, method, args

func (*Client) CallContract

func (_m *Client) CallContract(ctx context.Context, msg ethereum.CallMsg, blockNumber *big.Int) ([]byte, error)

CallContract provides a mock function with given fields: ctx, msg, blockNumber

func (*Client) ChainID

func (_m *Client) ChainID(ctx context.Context) (*big.Int, error)

ChainID provides a mock function with given fields: ctx

func (*Client) Close

func (_m *Client) Close()

Close provides a mock function with given fields:

func (*Client) CodeAt

func (_m *Client) CodeAt(ctx context.Context, account common.Address, blockNumber *big.Int) ([]byte, error)

CodeAt provides a mock function with given fields: ctx, account, blockNumber

func (*Client) Dial

func (_m *Client) Dial(ctx context.Context) error

Dial provides a mock function with given fields: ctx

func (*Client) EstimateGas

func (_m *Client) EstimateGas(ctx context.Context, call ethereum.CallMsg) (uint64, error)

EstimateGas provides a mock function with given fields: ctx, call

func (*Client) FilterLogs

func (_m *Client) FilterLogs(ctx context.Context, q ethereum.FilterQuery) ([]types.Log, error)

FilterLogs provides a mock function with given fields: ctx, q

func (*Client) GetERC20Balance

func (_m *Client) GetERC20Balance(address common.Address, contractAddress common.Address) (*big.Int, error)

GetERC20Balance provides a mock function with given fields: address, contractAddress

func (*Client) GetEthBalance

func (_m *Client) GetEthBalance(ctx context.Context, account common.Address, blockNumber *big.Int) (*assets.Eth, error)

GetEthBalance provides a mock function with given fields: ctx, account, blockNumber

func (*Client) GetLINKBalance

func (_m *Client) GetLINKBalance(linkAddress common.Address, address common.Address) (*assets.Adam, error)

GetLINKBalance provides a mock function with given fields: linkAddress, address

func (*Client) HeaderByNumber

func (_m *Client) HeaderByNumber(ctx context.Context, n *big.Int) (*models.Head, error)

HeaderByNumber provides a mock function with given fields: ctx, n

func (*Client) PendingCodeAt

func (_m *Client) PendingCodeAt(ctx context.Context, account common.Address) ([]byte, error)

PendingCodeAt provides a mock function with given fields: ctx, account

func (*Client) PendingNonceAt

func (_m *Client) PendingNonceAt(ctx context.Context, account common.Address) (uint64, error)

PendingNonceAt provides a mock function with given fields: ctx, account

func (*Client) RoundRobinBatchCallContext

func (_m *Client) RoundRobinBatchCallContext(ctx context.Context, b []rpc.BatchElem) error

RoundRobinBatchCallContext provides a mock function with given fields: ctx, b

func (*Client) SendRawTx

func (_m *Client) SendRawTx(bytes []byte) (common.Hash, error)

SendRawTx provides a mock function with given fields: bytes

func (*Client) SendTransaction

func (_m *Client) SendTransaction(ctx context.Context, tx *types.Transaction) error

SendTransaction provides a mock function with given fields: ctx, tx

func (*Client) SubscribeFilterLogs

func (_m *Client) SubscribeFilterLogs(ctx context.Context, q ethereum.FilterQuery, ch chan<- types.Log) (ethereum.Subscription, error)

SubscribeFilterLogs provides a mock function with given fields: ctx, q, ch

func (*Client) SubscribeNewHead

func (_m *Client) SubscribeNewHead(ctx context.Context, ch chan<- *models.Head) (ethereum.Subscription, error)

SubscribeNewHead provides a mock function with given fields: ctx, ch

func (*Client) SuggestGasPrice

func (_m *Client) SuggestGasPrice(ctx context.Context) (*big.Int, error)

SuggestGasPrice provides a mock function with given fields: ctx

func (*Client) TransactionReceipt

func (_m *Client) TransactionReceipt(ctx context.Context, txHash common.Hash) (*types.Receipt, error)

TransactionReceipt provides a mock function with given fields: ctx, txHash

type DeviationChecker

type DeviationChecker struct {
	mock.Mock
}

DeviationChecker is an autogenerated mock type for the DeviationChecker type

func (*DeviationChecker) Start

func (_m *DeviationChecker) Start()

Start provides a mock function with given fields:

func (*DeviationChecker) Stop

func (_m *DeviationChecker) Stop()

Stop provides a mock function with given fields:

type DeviationCheckerFactory

type DeviationCheckerFactory struct {
	mock.Mock
}

DeviationCheckerFactory is an autogenerated mock type for the DeviationCheckerFactory type

func (*DeviationCheckerFactory) New

New provides a mock function with given fields: _a0, _a1, _a2, _a3, _a4

type ExternalInitiatorManager

type ExternalInitiatorManager struct {
	mock.Mock
}

ExternalInitiatorManager is an autogenerated mock type for the ExternalInitiatorManager type

func (*ExternalInitiatorManager) DeleteJob

func (_m *ExternalInitiatorManager) DeleteJob(db *gorm.DB, jobID models.JobID) error

DeleteJob provides a mock function with given fields: db, jobID

func (*ExternalInitiatorManager) Notify

func (_m *ExternalInitiatorManager) Notify(_a0 models.JobSpec, _a1 *store.Store) error

Notify provides a mock function with given fields: _a0, _a1

type Fetcher

type Fetcher struct {
	mock.Mock
}

Fetcher is an autogenerated mock type for the Fetcher type

func (*Fetcher) Fetch

func (_m *Fetcher) Fetch(_a0 context.Context, _a1 map[string]interface{}) (decimal.Decimal, error)

Fetch provides a mock function with given fields: _a0, _a1

type Flags

type Flags struct {
	mock.Mock
}

Flags is an autogenerated mock type for the FlagsInterface type

func (*Flags) AcceptOwnership

func (_m *Flags) AcceptOwnership(opts *bind.TransactOpts) (*types.Transaction, error)

AcceptOwnership provides a mock function with given fields: opts

func (*Flags) AddAccess

func (_m *Flags) AddAccess(opts *bind.TransactOpts, _user common.Address) (*types.Transaction, error)

AddAccess provides a mock function with given fields: opts, _user

func (*Flags) Address

func (_m *Flags) Address() common.Address

Address provides a mock function with given fields:

func (*Flags) CheckEnabled

func (_m *Flags) CheckEnabled(opts *bind.CallOpts) (bool, error)

CheckEnabled provides a mock function with given fields: opts

func (*Flags) DisableAccessCheck

func (_m *Flags) DisableAccessCheck(opts *bind.TransactOpts) (*types.Transaction, error)

DisableAccessCheck provides a mock function with given fields: opts

func (*Flags) EnableAccessCheck

func (_m *Flags) EnableAccessCheck(opts *bind.TransactOpts) (*types.Transaction, error)

EnableAccessCheck provides a mock function with given fields: opts

func (*Flags) FilterAddedAccess

func (_m *Flags) FilterAddedAccess(opts *bind.FilterOpts) (*flags_wrapper.FlagsAddedAccessIterator, error)

FilterAddedAccess provides a mock function with given fields: opts

func (*Flags) FilterCheckAccessDisabled

func (_m *Flags) FilterCheckAccessDisabled(opts *bind.FilterOpts) (*flags_wrapper.FlagsCheckAccessDisabledIterator, error)

FilterCheckAccessDisabled provides a mock function with given fields: opts

func (*Flags) FilterCheckAccessEnabled

func (_m *Flags) FilterCheckAccessEnabled(opts *bind.FilterOpts) (*flags_wrapper.FlagsCheckAccessEnabledIterator, error)

FilterCheckAccessEnabled provides a mock function with given fields: opts

func (*Flags) FilterFlagLowered

func (_m *Flags) FilterFlagLowered(opts *bind.FilterOpts, subject []common.Address) (*flags_wrapper.FlagsFlagLoweredIterator, error)

FilterFlagLowered provides a mock function with given fields: opts, subject

func (*Flags) FilterFlagRaised

func (_m *Flags) FilterFlagRaised(opts *bind.FilterOpts, subject []common.Address) (*flags_wrapper.FlagsFlagRaisedIterator, error)

FilterFlagRaised provides a mock function with given fields: opts, subject

func (*Flags) FilterOwnershipTransferRequested

func (_m *Flags) FilterOwnershipTransferRequested(opts *bind.FilterOpts, from []common.Address, to []common.Address) (*flags_wrapper.FlagsOwnershipTransferRequestedIterator, error)

FilterOwnershipTransferRequested provides a mock function with given fields: opts, from, to

func (*Flags) FilterOwnershipTransferred

func (_m *Flags) FilterOwnershipTransferred(opts *bind.FilterOpts, from []common.Address, to []common.Address) (*flags_wrapper.FlagsOwnershipTransferredIterator, error)

FilterOwnershipTransferred provides a mock function with given fields: opts, from, to

func (*Flags) FilterRaisingAccessControllerUpdated

func (_m *Flags) FilterRaisingAccessControllerUpdated(opts *bind.FilterOpts, previous []common.Address, current []common.Address) (*flags_wrapper.FlagsRaisingAccessControllerUpdatedIterator, error)

FilterRaisingAccessControllerUpdated provides a mock function with given fields: opts, previous, current

func (*Flags) FilterRemovedAccess

func (_m *Flags) FilterRemovedAccess(opts *bind.FilterOpts) (*flags_wrapper.FlagsRemovedAccessIterator, error)

FilterRemovedAccess provides a mock function with given fields: opts

func (*Flags) GetFlag

func (_m *Flags) GetFlag(opts *bind.CallOpts, subject common.Address) (bool, error)

GetFlag provides a mock function with given fields: opts, subject

func (*Flags) GetFlags

func (_m *Flags) GetFlags(opts *bind.CallOpts, subjects []common.Address) ([]bool, error)

GetFlags provides a mock function with given fields: opts, subjects

func (*Flags) HasAccess

func (_m *Flags) HasAccess(opts *bind.CallOpts, _user common.Address, _calldata []byte) (bool, error)

HasAccess provides a mock function with given fields: opts, _user, _calldata

func (*Flags) LowerFlags

func (_m *Flags) LowerFlags(opts *bind.TransactOpts, subjects []common.Address) (*types.Transaction, error)

LowerFlags provides a mock function with given fields: opts, subjects

func (*Flags) Owner

func (_m *Flags) Owner(opts *bind.CallOpts) (common.Address, error)

Owner provides a mock function with given fields: opts

func (*Flags) ParseAddedAccess

func (_m *Flags) ParseAddedAccess(log types.Log) (*flags_wrapper.FlagsAddedAccess, error)

ParseAddedAccess provides a mock function with given fields: log

func (*Flags) ParseCheckAccessDisabled

func (_m *Flags) ParseCheckAccessDisabled(log types.Log) (*flags_wrapper.FlagsCheckAccessDisabled, error)

ParseCheckAccessDisabled provides a mock function with given fields: log

func (*Flags) ParseCheckAccessEnabled

func (_m *Flags) ParseCheckAccessEnabled(log types.Log) (*flags_wrapper.FlagsCheckAccessEnabled, error)

ParseCheckAccessEnabled provides a mock function with given fields: log

func (*Flags) ParseFlagLowered

func (_m *Flags) ParseFlagLowered(log types.Log) (*flags_wrapper.FlagsFlagLowered, error)

ParseFlagLowered provides a mock function with given fields: log

func (*Flags) ParseFlagRaised

func (_m *Flags) ParseFlagRaised(log types.Log) (*flags_wrapper.FlagsFlagRaised, error)

ParseFlagRaised provides a mock function with given fields: log

func (*Flags) ParseLog

func (_m *Flags) ParseLog(log types.Log) (generated.AbigenLog, error)

ParseLog provides a mock function with given fields: log

func (*Flags) ParseOwnershipTransferRequested

func (_m *Flags) ParseOwnershipTransferRequested(log types.Log) (*flags_wrapper.FlagsOwnershipTransferRequested, error)

ParseOwnershipTransferRequested provides a mock function with given fields: log

func (*Flags) ParseOwnershipTransferred

func (_m *Flags) ParseOwnershipTransferred(log types.Log) (*flags_wrapper.FlagsOwnershipTransferred, error)

ParseOwnershipTransferred provides a mock function with given fields: log

func (*Flags) ParseRaisingAccessControllerUpdated

func (_m *Flags) ParseRaisingAccessControllerUpdated(log types.Log) (*flags_wrapper.FlagsRaisingAccessControllerUpdated, error)

ParseRaisingAccessControllerUpdated provides a mock function with given fields: log

func (*Flags) ParseRemovedAccess

func (_m *Flags) ParseRemovedAccess(log types.Log) (*flags_wrapper.FlagsRemovedAccess, error)

ParseRemovedAccess provides a mock function with given fields: log

func (*Flags) RaiseFlag

func (_m *Flags) RaiseFlag(opts *bind.TransactOpts, subject common.Address) (*types.Transaction, error)

RaiseFlag provides a mock function with given fields: opts, subject

func (*Flags) RaiseFlags

func (_m *Flags) RaiseFlags(opts *bind.TransactOpts, subjects []common.Address) (*types.Transaction, error)

RaiseFlags provides a mock function with given fields: opts, subjects

func (*Flags) RaisingAccessController

func (_m *Flags) RaisingAccessController(opts *bind.CallOpts) (common.Address, error)

RaisingAccessController provides a mock function with given fields: opts

func (*Flags) RemoveAccess

func (_m *Flags) RemoveAccess(opts *bind.TransactOpts, _user common.Address) (*types.Transaction, error)

RemoveAccess provides a mock function with given fields: opts, _user

func (*Flags) SetRaisingAccessController

func (_m *Flags) SetRaisingAccessController(opts *bind.TransactOpts, racAddress common.Address) (*types.Transaction, error)

SetRaisingAccessController provides a mock function with given fields: opts, racAddress

func (*Flags) TransferOwnership

func (_m *Flags) TransferOwnership(opts *bind.TransactOpts, _to common.Address) (*types.Transaction, error)

TransferOwnership provides a mock function with given fields: opts, _to

func (*Flags) WatchAddedAccess

func (_m *Flags) WatchAddedAccess(opts *bind.WatchOpts, sink chan<- *flags_wrapper.FlagsAddedAccess) (event.Subscription, error)

WatchAddedAccess provides a mock function with given fields: opts, sink

func (*Flags) WatchCheckAccessDisabled

func (_m *Flags) WatchCheckAccessDisabled(opts *bind.WatchOpts, sink chan<- *flags_wrapper.FlagsCheckAccessDisabled) (event.Subscription, error)

WatchCheckAccessDisabled provides a mock function with given fields: opts, sink

func (*Flags) WatchCheckAccessEnabled

func (_m *Flags) WatchCheckAccessEnabled(opts *bind.WatchOpts, sink chan<- *flags_wrapper.FlagsCheckAccessEnabled) (event.Subscription, error)

WatchCheckAccessEnabled provides a mock function with given fields: opts, sink

func (*Flags) WatchFlagLowered

func (_m *Flags) WatchFlagLowered(opts *bind.WatchOpts, sink chan<- *flags_wrapper.FlagsFlagLowered, subject []common.Address) (event.Subscription, error)

WatchFlagLowered provides a mock function with given fields: opts, sink, subject

func (*Flags) WatchFlagRaised

func (_m *Flags) WatchFlagRaised(opts *bind.WatchOpts, sink chan<- *flags_wrapper.FlagsFlagRaised, subject []common.Address) (event.Subscription, error)

WatchFlagRaised provides a mock function with given fields: opts, sink, subject

func (*Flags) WatchOwnershipTransferRequested

func (_m *Flags) WatchOwnershipTransferRequested(opts *bind.WatchOpts, sink chan<- *flags_wrapper.FlagsOwnershipTransferRequested, from []common.Address, to []common.Address) (event.Subscription, error)

WatchOwnershipTransferRequested provides a mock function with given fields: opts, sink, from, to

func (*Flags) WatchOwnershipTransferred

func (_m *Flags) WatchOwnershipTransferred(opts *bind.WatchOpts, sink chan<- *flags_wrapper.FlagsOwnershipTransferred, from []common.Address, to []common.Address) (event.Subscription, error)

WatchOwnershipTransferred provides a mock function with given fields: opts, sink, from, to

func (*Flags) WatchRaisingAccessControllerUpdated

func (_m *Flags) WatchRaisingAccessControllerUpdated(opts *bind.WatchOpts, sink chan<- *flags_wrapper.FlagsRaisingAccessControllerUpdated, previous []common.Address, current []common.Address) (event.Subscription, error)

WatchRaisingAccessControllerUpdated provides a mock function with given fields: opts, sink, previous, current

func (*Flags) WatchRemovedAccess

func (_m *Flags) WatchRemovedAccess(opts *bind.WatchOpts, sink chan<- *flags_wrapper.FlagsRemovedAccess) (event.Subscription, error)

WatchRemovedAccess provides a mock function with given fields: opts, sink

type FluxAggregator

type FluxAggregator struct {
	mock.Mock
}

FluxAggregator is an autogenerated mock type for the FluxAggregatorInterface type

func (*FluxAggregator) AcceptAdmin

func (_m *FluxAggregator) AcceptAdmin(opts *bind.TransactOpts, _oracle common.Address) (*types.Transaction, error)

AcceptAdmin provides a mock function with given fields: opts, _oracle

func (*FluxAggregator) AcceptOwnership

func (_m *FluxAggregator) AcceptOwnership(opts *bind.TransactOpts) (*types.Transaction, error)

AcceptOwnership provides a mock function with given fields: opts

func (*FluxAggregator) Address

func (_m *FluxAggregator) Address() common.Address

Address provides a mock function with given fields:

func (*FluxAggregator) AllocatedFunds

func (_m *FluxAggregator) AllocatedFunds(opts *bind.CallOpts) (*big.Int, error)

AllocatedFunds provides a mock function with given fields: opts

func (*FluxAggregator) AvailableFunds

func (_m *FluxAggregator) AvailableFunds(opts *bind.CallOpts) (*big.Int, error)

AvailableFunds provides a mock function with given fields: opts

func (*FluxAggregator) ChangeOracles

func (_m *FluxAggregator) ChangeOracles(opts *bind.TransactOpts, _removed []common.Address, _added []common.Address, _addedAdmins []common.Address, _minSubmissions uint32, _maxSubmissions uint32, _restartDelay uint32) (*types.Transaction, error)

ChangeOracles provides a mock function with given fields: opts, _removed, _added, _addedAdmins, _minSubmissions, _maxSubmissions, _restartDelay

func (*FluxAggregator) Decimals

func (_m *FluxAggregator) Decimals(opts *bind.CallOpts) (uint8, error)

Decimals provides a mock function with given fields: opts

func (*FluxAggregator) Description

func (_m *FluxAggregator) Description(opts *bind.CallOpts) (string, error)

Description provides a mock function with given fields: opts

func (*FluxAggregator) FilterAnswerUpdated

func (_m *FluxAggregator) FilterAnswerUpdated(opts *bind.FilterOpts, current []*big.Int, roundId []*big.Int) (*flux_aggregator_wrapper.FluxAggregatorAnswerUpdatedIterator, error)

FilterAnswerUpdated provides a mock function with given fields: opts, current, roundId

func (*FluxAggregator) FilterAvailableFundsUpdated

func (_m *FluxAggregator) FilterAvailableFundsUpdated(opts *bind.FilterOpts, amount []*big.Int) (*flux_aggregator_wrapper.FluxAggregatorAvailableFundsUpdatedIterator, error)

FilterAvailableFundsUpdated provides a mock function with given fields: opts, amount

func (*FluxAggregator) FilterNewRound

func (_m *FluxAggregator) FilterNewRound(opts *bind.FilterOpts, roundId []*big.Int, startedBy []common.Address) (*flux_aggregator_wrapper.FluxAggregatorNewRoundIterator, error)

FilterNewRound provides a mock function with given fields: opts, roundId, startedBy

func (*FluxAggregator) FilterOracleAdminUpdateRequested

FilterOracleAdminUpdateRequested provides a mock function with given fields: opts, oracle

func (*FluxAggregator) FilterOracleAdminUpdated

FilterOracleAdminUpdated provides a mock function with given fields: opts, oracle, newAdmin

func (*FluxAggregator) FilterOraclePermissionsUpdated

func (_m *FluxAggregator) FilterOraclePermissionsUpdated(opts *bind.FilterOpts, oracle []common.Address, whitelisted []bool) (*flux_aggregator_wrapper.FluxAggregatorOraclePermissionsUpdatedIterator, error)

FilterOraclePermissionsUpdated provides a mock function with given fields: opts, oracle, whitelisted

func (*FluxAggregator) FilterOwnershipTransferRequested

FilterOwnershipTransferRequested provides a mock function with given fields: opts, from, to

func (*FluxAggregator) FilterOwnershipTransferred

FilterOwnershipTransferred provides a mock function with given fields: opts, from, to

func (*FluxAggregator) FilterRequesterPermissionsSet

FilterRequesterPermissionsSet provides a mock function with given fields: opts, requester

func (*FluxAggregator) FilterRoundDetailsUpdated

func (_m *FluxAggregator) FilterRoundDetailsUpdated(opts *bind.FilterOpts, paymentAmount []*big.Int, minSubmissionCount []uint32, maxSubmissionCount []uint32) (*flux_aggregator_wrapper.FluxAggregatorRoundDetailsUpdatedIterator, error)

FilterRoundDetailsUpdated provides a mock function with given fields: opts, paymentAmount, minSubmissionCount, maxSubmissionCount

func (*FluxAggregator) FilterSubmissionReceived

func (_m *FluxAggregator) FilterSubmissionReceived(opts *bind.FilterOpts, submission []*big.Int, round []uint32, oracle []common.Address) (*flux_aggregator_wrapper.FluxAggregatorSubmissionReceivedIterator, error)

FilterSubmissionReceived provides a mock function with given fields: opts, submission, round, oracle

func (*FluxAggregator) FilterValidatorUpdated

FilterValidatorUpdated provides a mock function with given fields: opts, previous, current

func (*FluxAggregator) GetAdmin

func (_m *FluxAggregator) GetAdmin(opts *bind.CallOpts, _oracle common.Address) (common.Address, error)

GetAdmin provides a mock function with given fields: opts, _oracle

func (*FluxAggregator) GetAnswer

func (_m *FluxAggregator) GetAnswer(opts *bind.CallOpts, _roundId *big.Int) (*big.Int, error)

GetAnswer provides a mock function with given fields: opts, _roundId

func (*FluxAggregator) GetOracles

func (_m *FluxAggregator) GetOracles(opts *bind.CallOpts) ([]common.Address, error)

GetOracles provides a mock function with given fields: opts

func (*FluxAggregator) GetRoundData

func (_m *FluxAggregator) GetRoundData(opts *bind.CallOpts, _roundId *big.Int) (flux_aggregator_wrapper.GetRoundData, error)

GetRoundData provides a mock function with given fields: opts, _roundId

func (*FluxAggregator) GetTimestamp

func (_m *FluxAggregator) GetTimestamp(opts *bind.CallOpts, _roundId *big.Int) (*big.Int, error)

GetTimestamp provides a mock function with given fields: opts, _roundId

func (*FluxAggregator) LatestAnswer

func (_m *FluxAggregator) LatestAnswer(opts *bind.CallOpts) (*big.Int, error)

LatestAnswer provides a mock function with given fields: opts

func (*FluxAggregator) LatestRound

func (_m *FluxAggregator) LatestRound(opts *bind.CallOpts) (*big.Int, error)

LatestRound provides a mock function with given fields: opts

func (*FluxAggregator) LatestRoundData

LatestRoundData provides a mock function with given fields: opts

func (*FluxAggregator) LatestTimestamp

func (_m *FluxAggregator) LatestTimestamp(opts *bind.CallOpts) (*big.Int, error)

LatestTimestamp provides a mock function with given fields: opts

func (*FluxAggregator) LinkToken

func (_m *FluxAggregator) LinkToken(opts *bind.CallOpts) (common.Address, error)

LinkToken provides a mock function with given fields: opts

func (*FluxAggregator) MaxSubmissionCount

func (_m *FluxAggregator) MaxSubmissionCount(opts *bind.CallOpts) (uint32, error)

MaxSubmissionCount provides a mock function with given fields: opts

func (*FluxAggregator) MaxSubmissionValue

func (_m *FluxAggregator) MaxSubmissionValue(opts *bind.CallOpts) (*big.Int, error)

MaxSubmissionValue provides a mock function with given fields: opts

func (*FluxAggregator) MinSubmissionCount

func (_m *FluxAggregator) MinSubmissionCount(opts *bind.CallOpts) (uint32, error)

MinSubmissionCount provides a mock function with given fields: opts

func (*FluxAggregator) MinSubmissionValue

func (_m *FluxAggregator) MinSubmissionValue(opts *bind.CallOpts) (*big.Int, error)

MinSubmissionValue provides a mock function with given fields: opts

func (*FluxAggregator) OnTokenTransfer

func (_m *FluxAggregator) OnTokenTransfer(opts *bind.TransactOpts, arg0 common.Address, arg1 *big.Int, _data []byte) (*types.Transaction, error)

OnTokenTransfer provides a mock function with given fields: opts, arg0, arg1, _data

func (*FluxAggregator) OracleCount

func (_m *FluxAggregator) OracleCount(opts *bind.CallOpts) (uint8, error)

OracleCount provides a mock function with given fields: opts

func (*FluxAggregator) OracleRoundState

func (_m *FluxAggregator) OracleRoundState(opts *bind.CallOpts, _oracle common.Address, _queriedRoundId uint32) (flux_aggregator_wrapper.OracleRoundState, error)

OracleRoundState provides a mock function with given fields: opts, _oracle, _queriedRoundId

func (*FluxAggregator) Owner

func (_m *FluxAggregator) Owner(opts *bind.CallOpts) (common.Address, error)

Owner provides a mock function with given fields: opts

func (*FluxAggregator) ParseAnswerUpdated

ParseAnswerUpdated provides a mock function with given fields: log

func (*FluxAggregator) ParseAvailableFundsUpdated

ParseAvailableFundsUpdated provides a mock function with given fields: log

func (*FluxAggregator) ParseLog

func (_m *FluxAggregator) ParseLog(log types.Log) (generated.AbigenLog, error)

ParseLog provides a mock function with given fields: log

func (*FluxAggregator) ParseNewRound

ParseNewRound provides a mock function with given fields: log

func (*FluxAggregator) ParseOracleAdminUpdateRequested

ParseOracleAdminUpdateRequested provides a mock function with given fields: log

func (*FluxAggregator) ParseOracleAdminUpdated

ParseOracleAdminUpdated provides a mock function with given fields: log

func (*FluxAggregator) ParseOraclePermissionsUpdated

ParseOraclePermissionsUpdated provides a mock function with given fields: log

func (*FluxAggregator) ParseOwnershipTransferRequested

ParseOwnershipTransferRequested provides a mock function with given fields: log

func (*FluxAggregator) ParseOwnershipTransferred

ParseOwnershipTransferred provides a mock function with given fields: log

func (*FluxAggregator) ParseRequesterPermissionsSet

ParseRequesterPermissionsSet provides a mock function with given fields: log

func (*FluxAggregator) ParseRoundDetailsUpdated

ParseRoundDetailsUpdated provides a mock function with given fields: log

func (*FluxAggregator) ParseSubmissionReceived

ParseSubmissionReceived provides a mock function with given fields: log

func (*FluxAggregator) ParseValidatorUpdated

ParseValidatorUpdated provides a mock function with given fields: log

func (*FluxAggregator) PaymentAmount

func (_m *FluxAggregator) PaymentAmount(opts *bind.CallOpts) (*big.Int, error)

PaymentAmount provides a mock function with given fields: opts

func (*FluxAggregator) RequestNewRound

func (_m *FluxAggregator) RequestNewRound(opts *bind.TransactOpts) (*types.Transaction, error)

RequestNewRound provides a mock function with given fields: opts

func (*FluxAggregator) RestartDelay

func (_m *FluxAggregator) RestartDelay(opts *bind.CallOpts) (uint32, error)

RestartDelay provides a mock function with given fields: opts

func (*FluxAggregator) SetRequesterPermissions

func (_m *FluxAggregator) SetRequesterPermissions(opts *bind.TransactOpts, _requester common.Address, _authorized bool, _delay uint32) (*types.Transaction, error)

SetRequesterPermissions provides a mock function with given fields: opts, _requester, _authorized, _delay

func (*FluxAggregator) SetValidator

func (_m *FluxAggregator) SetValidator(opts *bind.TransactOpts, _newValidator common.Address) (*types.Transaction, error)

SetValidator provides a mock function with given fields: opts, _newValidator

func (*FluxAggregator) Submit

func (_m *FluxAggregator) Submit(opts *bind.TransactOpts, _roundId *big.Int, _submission *big.Int) (*types.Transaction, error)

Submit provides a mock function with given fields: opts, _roundId, _submission

func (*FluxAggregator) Timeout

func (_m *FluxAggregator) Timeout(opts *bind.CallOpts) (uint32, error)

Timeout provides a mock function with given fields: opts

func (*FluxAggregator) TransferAdmin

func (_m *FluxAggregator) TransferAdmin(opts *bind.TransactOpts, _oracle common.Address, _newAdmin common.Address) (*types.Transaction, error)

TransferAdmin provides a mock function with given fields: opts, _oracle, _newAdmin

func (*FluxAggregator) TransferOwnership

func (_m *FluxAggregator) TransferOwnership(opts *bind.TransactOpts, _to common.Address) (*types.Transaction, error)

TransferOwnership provides a mock function with given fields: opts, _to

func (*FluxAggregator) UpdateAvailableFunds

func (_m *FluxAggregator) UpdateAvailableFunds(opts *bind.TransactOpts) (*types.Transaction, error)

UpdateAvailableFunds provides a mock function with given fields: opts

func (*FluxAggregator) UpdateFutureRounds

func (_m *FluxAggregator) UpdateFutureRounds(opts *bind.TransactOpts, _paymentAmount *big.Int, _minSubmissions uint32, _maxSubmissions uint32, _restartDelay uint32, _timeout uint32) (*types.Transaction, error)

UpdateFutureRounds provides a mock function with given fields: opts, _paymentAmount, _minSubmissions, _maxSubmissions, _restartDelay, _timeout

func (*FluxAggregator) Validator

func (_m *FluxAggregator) Validator(opts *bind.CallOpts) (common.Address, error)

Validator provides a mock function with given fields: opts

func (*FluxAggregator) Version

func (_m *FluxAggregator) Version(opts *bind.CallOpts) (*big.Int, error)

Version provides a mock function with given fields: opts

func (*FluxAggregator) WatchAnswerUpdated

func (_m *FluxAggregator) WatchAnswerUpdated(opts *bind.WatchOpts, sink chan<- *flux_aggregator_wrapper.FluxAggregatorAnswerUpdated, current []*big.Int, roundId []*big.Int) (event.Subscription, error)

WatchAnswerUpdated provides a mock function with given fields: opts, sink, current, roundId

func (*FluxAggregator) WatchAvailableFundsUpdated

func (_m *FluxAggregator) WatchAvailableFundsUpdated(opts *bind.WatchOpts, sink chan<- *flux_aggregator_wrapper.FluxAggregatorAvailableFundsUpdated, amount []*big.Int) (event.Subscription, error)

WatchAvailableFundsUpdated provides a mock function with given fields: opts, sink, amount

func (*FluxAggregator) WatchNewRound

func (_m *FluxAggregator) WatchNewRound(opts *bind.WatchOpts, sink chan<- *flux_aggregator_wrapper.FluxAggregatorNewRound, roundId []*big.Int, startedBy []common.Address) (event.Subscription, error)

WatchNewRound provides a mock function with given fields: opts, sink, roundId, startedBy

func (*FluxAggregator) WatchOracleAdminUpdateRequested

func (_m *FluxAggregator) WatchOracleAdminUpdateRequested(opts *bind.WatchOpts, sink chan<- *flux_aggregator_wrapper.FluxAggregatorOracleAdminUpdateRequested, oracle []common.Address) (event.Subscription, error)

WatchOracleAdminUpdateRequested provides a mock function with given fields: opts, sink, oracle

func (*FluxAggregator) WatchOracleAdminUpdated

func (_m *FluxAggregator) WatchOracleAdminUpdated(opts *bind.WatchOpts, sink chan<- *flux_aggregator_wrapper.FluxAggregatorOracleAdminUpdated, oracle []common.Address, newAdmin []common.Address) (event.Subscription, error)

WatchOracleAdminUpdated provides a mock function with given fields: opts, sink, oracle, newAdmin

func (*FluxAggregator) WatchOraclePermissionsUpdated

func (_m *FluxAggregator) WatchOraclePermissionsUpdated(opts *bind.WatchOpts, sink chan<- *flux_aggregator_wrapper.FluxAggregatorOraclePermissionsUpdated, oracle []common.Address, whitelisted []bool) (event.Subscription, error)

WatchOraclePermissionsUpdated provides a mock function with given fields: opts, sink, oracle, whitelisted

func (*FluxAggregator) WatchOwnershipTransferRequested

func (_m *FluxAggregator) WatchOwnershipTransferRequested(opts *bind.WatchOpts, sink chan<- *flux_aggregator_wrapper.FluxAggregatorOwnershipTransferRequested, from []common.Address, to []common.Address) (event.Subscription, error)

WatchOwnershipTransferRequested provides a mock function with given fields: opts, sink, from, to

func (*FluxAggregator) WatchOwnershipTransferred

func (_m *FluxAggregator) WatchOwnershipTransferred(opts *bind.WatchOpts, sink chan<- *flux_aggregator_wrapper.FluxAggregatorOwnershipTransferred, from []common.Address, to []common.Address) (event.Subscription, error)

WatchOwnershipTransferred provides a mock function with given fields: opts, sink, from, to

func (*FluxAggregator) WatchRequesterPermissionsSet

func (_m *FluxAggregator) WatchRequesterPermissionsSet(opts *bind.WatchOpts, sink chan<- *flux_aggregator_wrapper.FluxAggregatorRequesterPermissionsSet, requester []common.Address) (event.Subscription, error)

WatchRequesterPermissionsSet provides a mock function with given fields: opts, sink, requester

func (*FluxAggregator) WatchRoundDetailsUpdated

func (_m *FluxAggregator) WatchRoundDetailsUpdated(opts *bind.WatchOpts, sink chan<- *flux_aggregator_wrapper.FluxAggregatorRoundDetailsUpdated, paymentAmount []*big.Int, minSubmissionCount []uint32, maxSubmissionCount []uint32) (event.Subscription, error)

WatchRoundDetailsUpdated provides a mock function with given fields: opts, sink, paymentAmount, minSubmissionCount, maxSubmissionCount

func (*FluxAggregator) WatchSubmissionReceived

func (_m *FluxAggregator) WatchSubmissionReceived(opts *bind.WatchOpts, sink chan<- *flux_aggregator_wrapper.FluxAggregatorSubmissionReceived, submission []*big.Int, round []uint32, oracle []common.Address) (event.Subscription, error)

WatchSubmissionReceived provides a mock function with given fields: opts, sink, submission, round, oracle

func (*FluxAggregator) WatchValidatorUpdated

func (_m *FluxAggregator) WatchValidatorUpdated(opts *bind.WatchOpts, sink chan<- *flux_aggregator_wrapper.FluxAggregatorValidatorUpdated, previous []common.Address, current []common.Address) (event.Subscription, error)

WatchValidatorUpdated provides a mock function with given fields: opts, sink, previous, current

func (*FluxAggregator) WithdrawFunds

func (_m *FluxAggregator) WithdrawFunds(opts *bind.TransactOpts, _recipient common.Address, _amount *big.Int) (*types.Transaction, error)

WithdrawFunds provides a mock function with given fields: opts, _recipient, _amount

func (*FluxAggregator) WithdrawPayment

func (_m *FluxAggregator) WithdrawPayment(opts *bind.TransactOpts, _oracle common.Address, _recipient common.Address, _amount *big.Int) (*types.Transaction, error)

WithdrawPayment provides a mock function with given fields: opts, _oracle, _recipient, _amount

func (*FluxAggregator) WithdrawablePayment

func (_m *FluxAggregator) WithdrawablePayment(opts *bind.CallOpts, _oracle common.Address) (*big.Int, error)

WithdrawablePayment provides a mock function with given fields: opts, _oracle

type FluxMonitor

type FluxMonitor struct {
	mock.Mock
}

FluxMonitor is an autogenerated mock type for the FluxMonitor type

func (*FluxMonitor) AddJob

func (_m *FluxMonitor) AddJob(_a0 models.JobSpec) error

AddJob provides a mock function with given fields: _a0

func (*FluxMonitor) Connect

func (_m *FluxMonitor) Connect(_a0 *models.Head) error

Connect provides a mock function with given fields: _a0

func (*FluxMonitor) Disconnect

func (_m *FluxMonitor) Disconnect()

Disconnect provides a mock function with given fields:

func (*FluxMonitor) OnNewLongestChain

func (_m *FluxMonitor) OnNewLongestChain(_a0 *models.Head)

OnNewLongestChain provides a mock function with given fields: _a0

func (*FluxMonitor) RemoveJob

func (_m *FluxMonitor) RemoveJob(_a0 models.JobID)

RemoveJob provides a mock function with given fields: _a0

func (*FluxMonitor) Start

func (_m *FluxMonitor) Start() error

Start provides a mock function with given fields:

func (*FluxMonitor) Stop

func (_m *FluxMonitor) Stop()

Stop provides a mock function with given fields:

type GethClient

type GethClient struct {
	mock.Mock
}

GethClient is an autogenerated mock type for the GethClient type

func (*GethClient) BalanceAt

func (_m *GethClient) BalanceAt(ctx context.Context, account common.Address, blockNumber *big.Int) (*big.Int, error)

BalanceAt provides a mock function with given fields: ctx, account, blockNumber

func (*GethClient) BlockByNumber

func (_m *GethClient) BlockByNumber(ctx context.Context, number *big.Int) (*types.Block, error)

BlockByNumber provides a mock function with given fields: ctx, number

func (*GethClient) CallContract

func (_m *GethClient) CallContract(ctx context.Context, msg ethereum.CallMsg, blockNumber *big.Int) ([]byte, error)

CallContract provides a mock function with given fields: ctx, msg, blockNumber

func (*GethClient) ChainID

func (_m *GethClient) ChainID(ctx context.Context) (*big.Int, error)

ChainID provides a mock function with given fields: ctx

func (*GethClient) CodeAt

func (_m *GethClient) CodeAt(ctx context.Context, account common.Address, blockNumber *big.Int) ([]byte, error)

CodeAt provides a mock function with given fields: ctx, account, blockNumber

func (*GethClient) EstimateGas

func (_m *GethClient) EstimateGas(ctx context.Context, call ethereum.CallMsg) (uint64, error)

EstimateGas provides a mock function with given fields: ctx, call

func (*GethClient) FilterLogs

func (_m *GethClient) FilterLogs(ctx context.Context, q ethereum.FilterQuery) ([]types.Log, error)

FilterLogs provides a mock function with given fields: ctx, q

func (*GethClient) PendingCodeAt

func (_m *GethClient) PendingCodeAt(ctx context.Context, account common.Address) ([]byte, error)

PendingCodeAt provides a mock function with given fields: ctx, account

func (*GethClient) PendingNonceAt

func (_m *GethClient) PendingNonceAt(ctx context.Context, account common.Address) (uint64, error)

PendingNonceAt provides a mock function with given fields: ctx, account

func (*GethClient) SendTransaction

func (_m *GethClient) SendTransaction(ctx context.Context, tx *types.Transaction) error

SendTransaction provides a mock function with given fields: ctx, tx

func (*GethClient) SubscribeFilterLogs

func (_m *GethClient) SubscribeFilterLogs(ctx context.Context, q ethereum.FilterQuery, ch chan<- types.Log) (ethereum.Subscription, error)

SubscribeFilterLogs provides a mock function with given fields: ctx, q, ch

func (*GethClient) SuggestGasPrice

func (_m *GethClient) SuggestGasPrice(ctx context.Context) (*big.Int, error)

SuggestGasPrice provides a mock function with given fields: ctx

func (*GethClient) TransactionReceipt

func (_m *GethClient) TransactionReceipt(ctx context.Context, txHash common.Hash) (*types.Receipt, error)

TransactionReceipt provides a mock function with given fields: ctx, txHash

type HeadTrackable

type HeadTrackable struct {
	mock.Mock
}

HeadTrackable is an autogenerated mock type for the HeadTrackable type

func (*HeadTrackable) Connect

func (_m *HeadTrackable) Connect(head *models.Head) error

Connect provides a mock function with given fields: head

func (*HeadTrackable) Disconnect

func (_m *HeadTrackable) Disconnect()

Disconnect provides a mock function with given fields:

func (*HeadTrackable) OnNewLongestChain

func (_m *HeadTrackable) OnNewLongestChain(ctx context.Context, head models.Head)

OnNewLongestChain provides a mock function with given fields: ctx, head

type JobSubscriber

type JobSubscriber struct {
	mock.Mock
}

JobSubscriber is an autogenerated mock type for the JobSubscriber type

func (*JobSubscriber) AddJob

func (_m *JobSubscriber) AddJob(job models.JobSpec, bn *models.Head) error

AddJob provides a mock function with given fields: job, bn

func (*JobSubscriber) Connect

func (_m *JobSubscriber) Connect(head *models.Head) error

Connect provides a mock function with given fields: head

func (*JobSubscriber) Disconnect

func (_m *JobSubscriber) Disconnect()

Disconnect provides a mock function with given fields:

func (*JobSubscriber) Jobs

func (_m *JobSubscriber) Jobs() []models.JobSpec

Jobs provides a mock function with given fields:

func (*JobSubscriber) OnNewLongestChain

func (_m *JobSubscriber) OnNewLongestChain(ctx context.Context, head models.Head)

OnNewLongestChain provides a mock function with given fields: ctx, head

func (*JobSubscriber) RemoveJob

func (_m *JobSubscriber) RemoveJob(ID models.JobID) error

RemoveJob provides a mock function with given fields: ID

func (*JobSubscriber) Stop

func (_m *JobSubscriber) Stop() error

Stop provides a mock function with given fields:

type KeyStoreInterface

type KeyStoreInterface struct {
	mock.Mock
}

KeyStoreInterface is an autogenerated mock type for the KeyStoreInterface type

func (*KeyStoreInterface) Accounts

func (_m *KeyStoreInterface) Accounts() []accounts.Account

Accounts provides a mock function with given fields:

func (*KeyStoreInterface) Delete

func (_m *KeyStoreInterface) Delete(address common.Address) error

Delete provides a mock function with given fields: address

func (*KeyStoreInterface) Export

func (_m *KeyStoreInterface) Export(address common.Address, newPassword string) ([]byte, error)

Export provides a mock function with given fields: address, newPassword

func (*KeyStoreInterface) GetAccountByAddress

func (_m *KeyStoreInterface) GetAccountByAddress(_a0 common.Address) (accounts.Account, error)

GetAccountByAddress provides a mock function with given fields: _a0

func (*KeyStoreInterface) GetAccounts

func (_m *KeyStoreInterface) GetAccounts() []accounts.Account

GetAccounts provides a mock function with given fields:

func (*KeyStoreInterface) HasAccountWithAddress

func (_m *KeyStoreInterface) HasAccountWithAddress(_a0 common.Address) bool

HasAccountWithAddress provides a mock function with given fields: _a0

func (*KeyStoreInterface) HasAccounts

func (_m *KeyStoreInterface) HasAccounts() bool

HasAccounts provides a mock function with given fields:

func (*KeyStoreInterface) Import

func (_m *KeyStoreInterface) Import(keyJSON []byte, oldPassword string) (accounts.Account, error)

Import provides a mock function with given fields: keyJSON, oldPassword

func (*KeyStoreInterface) NewAccount

func (_m *KeyStoreInterface) NewAccount() (accounts.Account, error)

NewAccount provides a mock function with given fields:

func (*KeyStoreInterface) SignTx

func (_m *KeyStoreInterface) SignTx(account accounts.Account, tx *types.Transaction, chainID *big.Int) (*types.Transaction, error)

SignTx provides a mock function with given fields: account, tx, chainID

func (*KeyStoreInterface) Unlock

func (_m *KeyStoreInterface) Unlock(password string) error

Unlock provides a mock function with given fields: password

func (*KeyStoreInterface) Wallets

func (_m *KeyStoreInterface) Wallets() []accounts.Wallet

Wallets provides a mock function with given fields:

type NotifyNewEthTx

type NotifyNewEthTx struct {
	mock.Mock
}

NotifyNewEthTx is an autogenerated mock type for the NotifyNewEthTx type

func (*NotifyNewEthTx) Trigger

func (_m *NotifyNewEthTx) Trigger()

Trigger provides a mock function with given fields:

type PrometheusBackend

type PrometheusBackend struct {
	mock.Mock
}

PrometheusBackend is an autogenerated mock type for the PrometheusBackend type

func (*PrometheusBackend) SetMaxUnconfirmedAge

func (_m *PrometheusBackend) SetMaxUnconfirmedAge(_a0 float64)

SetMaxUnconfirmedAge provides a mock function with given fields: _a0

func (*PrometheusBackend) SetMaxUnconfirmedBlocks

func (_m *PrometheusBackend) SetMaxUnconfirmedBlocks(_a0 int64)

SetMaxUnconfirmedBlocks provides a mock function with given fields: _a0

func (*PrometheusBackend) SetPipelineRunsQueued

func (_m *PrometheusBackend) SetPipelineRunsQueued(n int)

SetPipelineRunsQueued provides a mock function with given fields: n

func (*PrometheusBackend) SetPipelineTaskRunsQueued

func (_m *PrometheusBackend) SetPipelineTaskRunsQueued(n int)

SetPipelineTaskRunsQueued provides a mock function with given fields: n

func (*PrometheusBackend) SetUnconfirmedTransactions

func (_m *PrometheusBackend) SetUnconfirmedTransactions(_a0 int64)

SetUnconfirmedTransactions provides a mock function with given fields: _a0

type RPCClient

type RPCClient struct {
	mock.Mock
}

RPCClient is an autogenerated mock type for the RPCClient type

func (*RPCClient) BatchCallContext

func (_m *RPCClient) BatchCallContext(ctx context.Context, b []rpc.BatchElem) error

BatchCallContext provides a mock function with given fields: ctx, b

func (*RPCClient) Call

func (_m *RPCClient) Call(result interface{}, method string, args ...interface{}) error

Call provides a mock function with given fields: result, method, args

func (*RPCClient) CallContext

func (_m *RPCClient) CallContext(ctx context.Context, result interface{}, method string, args ...interface{}) error

CallContext provides a mock function with given fields: ctx, result, method, args

func (*RPCClient) Close

func (_m *RPCClient) Close()

Close provides a mock function with given fields:

func (*RPCClient) EthSubscribe

func (_m *RPCClient) EthSubscribe(ctx context.Context, channel interface{}, args ...interface{}) (ethereum.Subscription, error)

EthSubscribe provides a mock function with given fields: ctx, channel, args

type RunExecutor

type RunExecutor struct {
	mock.Mock
}

RunExecutor is an autogenerated mock type for the RunExecutor type

func (*RunExecutor) Execute

func (_m *RunExecutor) Execute(_a0 uuid.UUID) error

Execute provides a mock function with given fields: _a0

type RunManager

type RunManager struct {
	mock.Mock
}

RunManager is an autogenerated mock type for the RunManager type

func (*RunManager) Cancel

func (_m *RunManager) Cancel(runID uuid.UUID) (*models.JobRun, error)

Cancel provides a mock function with given fields: runID

func (*RunManager) Create

func (_m *RunManager) Create(jobSpecID models.JobID, initiator *models.Initiator, creationHeight *big.Int, runRequest *models.RunRequest) (*models.JobRun, error)

Create provides a mock function with given fields: jobSpecID, initiator, creationHeight, runRequest

func (*RunManager) CreateErrored

func (_m *RunManager) CreateErrored(jobSpecID models.JobID, initiator models.Initiator, err error) (*models.JobRun, error)

CreateErrored provides a mock function with given fields: jobSpecID, initiator, err

func (*RunManager) ResumeAllInProgress

func (_m *RunManager) ResumeAllInProgress() error

ResumeAllInProgress provides a mock function with given fields:

func (*RunManager) ResumeAllPendingConnection

func (_m *RunManager) ResumeAllPendingConnection() error

ResumeAllPendingConnection provides a mock function with given fields:

func (*RunManager) ResumeAllPendingNextBlock

func (_m *RunManager) ResumeAllPendingNextBlock(currentBlockHeight *big.Int) error

ResumeAllPendingNextBlock provides a mock function with given fields: currentBlockHeight

func (*RunManager) ResumePendingBridge

func (_m *RunManager) ResumePendingBridge(runID uuid.UUID, input models.BridgeRunResult) error

ResumePendingBridge provides a mock function with given fields: runID, input

type RunQueue

type RunQueue struct {
	mock.Mock
}

RunQueue is an autogenerated mock type for the RunQueue type

func (*RunQueue) Run

func (_m *RunQueue) Run(_a0 uuid.UUID)

Run provides a mock function with given fields: _a0

func (*RunQueue) Start

func (_m *RunQueue) Start() error

Start provides a mock function with given fields:

func (*RunQueue) Stop

func (_m *RunQueue) Stop()

Stop provides a mock function with given fields:

func (*RunQueue) WorkerCount

func (_m *RunQueue) WorkerCount() int

WorkerCount provides a mock function with given fields:

type Service

type Service struct {
	mock.Mock
}

Service is an autogenerated mock type for the Service type

func (*Service) AddJob

func (_m *Service) AddJob(_a0 models.JobSpec) error

AddJob provides a mock function with given fields: _a0

func (*Service) RemoveJob

func (_m *Service) RemoveJob(_a0 models.JobID)

RemoveJob provides a mock function with given fields: _a0

func (*Service) Start

func (_m *Service) Start() error

Start provides a mock function with given fields:

func (*Service) Stop

func (_m *Service) Stop()

Stop provides a mock function with given fields:

type StatsPusher

type StatsPusher struct {
	mock.Mock
}

StatsPusher is an autogenerated mock type for the StatsPusher type

func (*StatsPusher) AllSyncEvents

func (_m *StatsPusher) AllSyncEvents(cb func(models.SyncEvent) error) error

AllSyncEvents provides a mock function with given fields: cb

func (*StatsPusher) Close

func (_m *StatsPusher) Close() error

Close provides a mock function with given fields:

func (*StatsPusher) GetStatus

GetStatus provides a mock function with given fields:

func (*StatsPusher) GetURL

func (_m *StatsPusher) GetURL() url.URL

GetURL provides a mock function with given fields:

func (*StatsPusher) PushNow

func (_m *StatsPusher) PushNow()

PushNow provides a mock function with given fields:

func (*StatsPusher) Start

func (_m *StatsPusher) Start() error

Start provides a mock function with given fields:

type Subscription

type Subscription struct {
	mock.Mock
}

Subscription is an autogenerated mock type for the Subscription type

func (*Subscription) Err

func (_m *Subscription) Err() <-chan error

Err provides a mock function with given fields:

func (*Subscription) Unsubscribe

func (_m *Subscription) Unsubscribe()

Unsubscribe provides a mock function with given fields:

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL