Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Downloader ¶
Downloader is an autogenerated mock type for the Downloader type
func NewDownloader ¶
func NewDownloader(t mockConstructorTestingTNewDownloader) *Downloader
NewDownloader creates a new instance of Downloader. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*Downloader) Done ¶
func (_m *Downloader) Done() <-chan struct{}
Done provides a mock function with given fields:
func (*Downloader) Download ¶
func (_m *Downloader) Download(ctx context.Context, executionDataID flow.Identifier) (*execution_data.BlockExecutionData, error)
Download provides a mock function with given fields: ctx, executionDataID
func (*Downloader) Ready ¶
func (_m *Downloader) Ready() <-chan struct{}
Ready provides a mock function with given fields:
type ExecutionDataStore ¶
ExecutionDataStore is an autogenerated mock type for the ExecutionDataStore type
func NewExecutionDataStore ¶
func NewExecutionDataStore(t mockConstructorTestingTNewExecutionDataStore) *ExecutionDataStore
NewExecutionDataStore creates a new instance of ExecutionDataStore. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*ExecutionDataStore) AddExecutionData ¶
func (_m *ExecutionDataStore) AddExecutionData(ctx context.Context, executionData *execution_data.BlockExecutionData) (flow.Identifier, error)
AddExecutionData provides a mock function with given fields: ctx, executionData
func (*ExecutionDataStore) GetExecutionData ¶
func (_m *ExecutionDataStore) GetExecutionData(ctx context.Context, rootID flow.Identifier) (*execution_data.BlockExecutionData, error)
GetExecutionData provides a mock function with given fields: ctx, rootID