Documentation ¶
Overview ¶
Package mock is a generated GoMock package.
Index ¶
- type MockIMarket
- func (m *MockIMarket) ActorExist(arg0 context.Context, arg1 address.Address) (bool, error)
- func (m *MockIMarket) ActorList(arg0 context.Context) ([]market.User, error)
- func (m *MockIMarket) ActorSectorSize(arg0 context.Context, arg1 address.Address) (abi.SectorSize, error)
- func (m *MockIMarket) AddFsPieceStorage(arg0 context.Context, arg1, arg2 string, arg3 bool) error
- func (m *MockIMarket) AddS3PieceStorage(arg0 context.Context, arg1, arg2, arg3, arg4, arg5, arg6, arg7 string, ...) error
- func (m *MockIMarket) AssignUnPackedDeals(arg0 context.Context, arg1 abi.SectorID, arg2 abi.SectorSize, ...) ([]*market.DealInfoIncludePath, error)
- func (m *MockIMarket) DagstoreGC(arg0 context.Context) ([]market.DagstoreShardResult, error)
- func (m *MockIMarket) DagstoreInitializeAll(arg0 context.Context, arg1 market.DagstoreInitializeAllParams) (<-chan market.DagstoreInitializeAllEvent, error)
- func (m *MockIMarket) DagstoreInitializeShard(arg0 context.Context, arg1 string) error
- func (m *MockIMarket) DagstoreInitializeStorage(arg0 context.Context, arg1 string, arg2 market.DagstoreInitializeAllParams) (<-chan market.DagstoreInitializeAllEvent, error)
- func (m *MockIMarket) DagstoreListShards(arg0 context.Context) ([]market.DagstoreShardInfo, error)
- func (m *MockIMarket) DagstoreRecoverShard(arg0 context.Context, arg1 string) error
- func (m *MockIMarket) DealsConsiderOfflineRetrievalDeals(arg0 context.Context) (bool, error)
- func (m *MockIMarket) DealsConsiderOfflineStorageDeals(arg0 context.Context) (bool, error)
- func (m *MockIMarket) DealsConsiderOnlineRetrievalDeals(arg0 context.Context) (bool, error)
- func (m *MockIMarket) DealsConsiderOnlineStorageDeals(arg0 context.Context) (bool, error)
- func (m *MockIMarket) DealsConsiderUnverifiedStorageDeals(arg0 context.Context) (bool, error)
- func (m *MockIMarket) DealsConsiderVerifiedStorageDeals(arg0 context.Context) (bool, error)
- func (m *MockIMarket) DealsImportData(arg0 context.Context, arg1 cid.Cid, arg2 string) error
- func (m *MockIMarket) DealsPieceCidBlocklist(arg0 context.Context) ([]cid.Cid, error)
- func (m *MockIMarket) DealsSetConsiderOfflineRetrievalDeals(arg0 context.Context, arg1 bool) error
- func (m *MockIMarket) DealsSetConsiderOfflineStorageDeals(arg0 context.Context, arg1 bool) error
- func (m *MockIMarket) DealsSetConsiderOnlineRetrievalDeals(arg0 context.Context, arg1 bool) error
- func (m *MockIMarket) DealsSetConsiderOnlineStorageDeals(arg0 context.Context, arg1 bool) error
- func (m *MockIMarket) DealsSetConsiderUnverifiedStorageDeals(arg0 context.Context, arg1 bool) error
- func (m *MockIMarket) DealsSetConsiderVerifiedStorageDeals(arg0 context.Context, arg1 bool) error
- func (m *MockIMarket) DealsSetPieceCidBlocklist(arg0 context.Context, arg1 []cid.Cid) error
- func (m *MockIMarket) EXPECT() *MockIMarketMockRecorder
- func (m *MockIMarket) GetDeals(arg0 context.Context, arg1 address.Address, arg2, arg3 int) ([]*market.DealInfo, error)
- func (m *MockIMarket) GetRetrievalDealStatistic(arg0 context.Context, arg1 address.Address) (*market.RetrievalDealStatistic, error)
- func (m *MockIMarket) GetStorageDealStatistic(arg0 context.Context, arg1 address.Address) (*market.StorageDealStatistic, error)
- func (m *MockIMarket) GetUnPackedDeals(arg0 context.Context, arg1 address.Address, arg2 *market.GetDealSpec) ([]*market.DealInfoIncludePath, error)
- func (m *MockIMarket) ID(arg0 context.Context) (peer.ID, error)
- func (m *MockIMarket) ImportV1Data(arg0 context.Context, arg1 string) error
- func (m *MockIMarket) ListPieceStorageInfos(arg0 context.Context) market.PieceStorageInfos
- func (m *MockIMarket) ListenMarketEvent(arg0 context.Context, arg1 *gateway.MarketRegisterPolicy) (<-chan *gateway.RequestEvent, error)
- func (m *MockIMarket) MarkDealsAsPacking(arg0 context.Context, arg1 address.Address, arg2 []abi.DealID) error
- func (m *MockIMarket) MarketAddBalance(arg0 context.Context, arg1, arg2 address.Address, arg3 big.Int) (cid.Cid, error)
- func (m *MockIMarket) MarketCancelDataTransfer(arg0 context.Context, arg1 datatransfer.TransferID, arg2 peer.ID, arg3 bool) error
- func (m *MockIMarket) MarketDataTransferUpdates(arg0 context.Context) (<-chan market.DataTransferChannel, error)
- func (m *MockIMarket) MarketGetAsk(arg0 context.Context, arg1 address.Address) (*market.SignedStorageAsk, error)
- func (m *MockIMarket) MarketGetDealUpdates(arg0 context.Context) (<-chan market.MinerDeal, error)
- func (m *MockIMarket) MarketGetReserved(arg0 context.Context, arg1 address.Address) (big.Int, error)
- func (m *MockIMarket) MarketGetRetrievalAsk(arg0 context.Context, arg1 address.Address) (*retrievalmarket.Ask, error)
- func (m *MockIMarket) MarketImportDealData(arg0 context.Context, arg1 cid.Cid, arg2 string) error
- func (m *MockIMarket) MarketImportPublishedDeal(arg0 context.Context, arg1 market.MinerDeal) error
- func (m *MockIMarket) MarketListAsk(arg0 context.Context) ([]*market.SignedStorageAsk, error)
- func (m *MockIMarket) MarketListDataTransfers(arg0 context.Context) ([]market.DataTransferChannel, error)
- func (m *MockIMarket) MarketListDeals(arg0 context.Context, arg1 []address.Address) ([]*types.MarketDeal, error)
- func (m *MockIMarket) MarketListIncompleteDeals(arg0 context.Context, arg1 address.Address) ([]market.MinerDeal, error)
- func (m *MockIMarket) MarketListRetrievalAsk(arg0 context.Context) ([]*market.RetrievalAsk, error)
- func (m *MockIMarket) MarketListRetrievalDeals(arg0 context.Context, arg1 address.Address) ([]market.ProviderDealState, error)
- func (m *MockIMarket) MarketPendingDeals(arg0 context.Context) ([]market.PendingDealInfo, error)
- func (m *MockIMarket) MarketPublishPendingDeals(arg0 context.Context) error
- func (m *MockIMarket) MarketReleaseFunds(arg0 context.Context, arg1 address.Address, arg2 big.Int) error
- func (m *MockIMarket) MarketReserveFunds(arg0 context.Context, arg1, arg2 address.Address, arg3 big.Int) (cid.Cid, error)
- func (m *MockIMarket) MarketRestartDataTransfer(arg0 context.Context, arg1 datatransfer.TransferID, arg2 peer.ID, arg3 bool) error
- func (m *MockIMarket) MarketSetAsk(arg0 context.Context, arg1 address.Address, arg2, arg3 big.Int, ...) error
- func (m *MockIMarket) MarketSetRetrievalAsk(arg0 context.Context, arg1 address.Address, arg2 *retrievalmarket.Ask) error
- func (m *MockIMarket) MarketWithdraw(arg0 context.Context, arg1, arg2 address.Address, arg3 big.Int) (cid.Cid, error)
- func (m *MockIMarket) MessagerGetMessage(arg0 context.Context, arg1 cid.Cid) (*internal.Message, error)
- func (m *MockIMarket) MessagerPushMessage(arg0 context.Context, arg1 *internal.Message, arg2 *types.MessageSendSpec) (cid.Cid, error)
- func (m *MockIMarket) MessagerWaitMessage(arg0 context.Context, arg1 cid.Cid) (*types.MsgLookup, error)
- func (m *MockIMarket) NetAddrsListen(arg0 context.Context) (peer.AddrInfo, error)
- func (m *MockIMarket) OfflineDealImport(arg0 context.Context, arg1 market.MinerDeal) error
- func (m *MockIMarket) PaychVoucherList(arg0 context.Context, arg1 address.Address) ([]*paych.SignedVoucher, error)
- func (m *MockIMarket) PiecesGetCIDInfo(arg0 context.Context, arg1 cid.Cid) (*piecestore.CIDInfo, error)
- func (m *MockIMarket) PiecesGetPieceInfo(arg0 context.Context, arg1 cid.Cid) (*piecestore.PieceInfo, error)
- func (m *MockIMarket) PiecesListCidInfos(arg0 context.Context) ([]cid.Cid, error)
- func (m *MockIMarket) PiecesListPieces(arg0 context.Context) ([]cid.Cid, error)
- func (m *MockIMarket) RemovePieceStorage(arg0 context.Context, arg1 string) error
- func (m *MockIMarket) ResponseMarketEvent(arg0 context.Context, arg1 *gateway.ResponseEvent) error
- func (m *MockIMarket) SectorGetSealDelay(arg0 context.Context) (time.Duration, error)
- func (m *MockIMarket) SectorSetExpectedSealDuration(arg0 context.Context, arg1 time.Duration) error
- func (m *MockIMarket) UpdateDealOnPacking(arg0 context.Context, arg1 address.Address, arg2 abi.DealID, ...) error
- func (m *MockIMarket) UpdateDealStatus(arg0 context.Context, arg1 address.Address, arg2 abi.DealID, ...) error
- func (m *MockIMarket) UpdateStorageDealStatus(arg0 context.Context, arg1 cid.Cid, arg2 uint64, arg3 market.PieceStatus) error
- func (m *MockIMarket) Version(arg0 context.Context) (types.Version, error)
- type MockIMarketMockRecorder
- func (mr *MockIMarketMockRecorder) ActorExist(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIMarketMockRecorder) ActorList(arg0 interface{}) *gomock.Call
- func (mr *MockIMarketMockRecorder) ActorSectorSize(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIMarketMockRecorder) AddFsPieceStorage(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockIMarketMockRecorder) AddS3PieceStorage(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8 interface{}) *gomock.Call
- func (mr *MockIMarketMockRecorder) AssignUnPackedDeals(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockIMarketMockRecorder) DagstoreGC(arg0 interface{}) *gomock.Call
- func (mr *MockIMarketMockRecorder) DagstoreInitializeAll(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIMarketMockRecorder) DagstoreInitializeShard(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIMarketMockRecorder) DagstoreInitializeStorage(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockIMarketMockRecorder) DagstoreListShards(arg0 interface{}) *gomock.Call
- func (mr *MockIMarketMockRecorder) DagstoreRecoverShard(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIMarketMockRecorder) DealsConsiderOfflineRetrievalDeals(arg0 interface{}) *gomock.Call
- func (mr *MockIMarketMockRecorder) DealsConsiderOfflineStorageDeals(arg0 interface{}) *gomock.Call
- func (mr *MockIMarketMockRecorder) DealsConsiderOnlineRetrievalDeals(arg0 interface{}) *gomock.Call
- func (mr *MockIMarketMockRecorder) DealsConsiderOnlineStorageDeals(arg0 interface{}) *gomock.Call
- func (mr *MockIMarketMockRecorder) DealsConsiderUnverifiedStorageDeals(arg0 interface{}) *gomock.Call
- func (mr *MockIMarketMockRecorder) DealsConsiderVerifiedStorageDeals(arg0 interface{}) *gomock.Call
- func (mr *MockIMarketMockRecorder) DealsImportData(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockIMarketMockRecorder) DealsPieceCidBlocklist(arg0 interface{}) *gomock.Call
- func (mr *MockIMarketMockRecorder) DealsSetConsiderOfflineRetrievalDeals(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIMarketMockRecorder) DealsSetConsiderOfflineStorageDeals(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIMarketMockRecorder) DealsSetConsiderOnlineRetrievalDeals(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIMarketMockRecorder) DealsSetConsiderOnlineStorageDeals(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIMarketMockRecorder) DealsSetConsiderUnverifiedStorageDeals(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIMarketMockRecorder) DealsSetConsiderVerifiedStorageDeals(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIMarketMockRecorder) DealsSetPieceCidBlocklist(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIMarketMockRecorder) GetDeals(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockIMarketMockRecorder) GetRetrievalDealStatistic(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIMarketMockRecorder) GetStorageDealStatistic(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIMarketMockRecorder) GetUnPackedDeals(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockIMarketMockRecorder) ID(arg0 interface{}) *gomock.Call
- func (mr *MockIMarketMockRecorder) ImportV1Data(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIMarketMockRecorder) ListPieceStorageInfos(arg0 interface{}) *gomock.Call
- func (mr *MockIMarketMockRecorder) ListenMarketEvent(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIMarketMockRecorder) MarkDealsAsPacking(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockIMarketMockRecorder) MarketAddBalance(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockIMarketMockRecorder) MarketCancelDataTransfer(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockIMarketMockRecorder) MarketDataTransferUpdates(arg0 interface{}) *gomock.Call
- func (mr *MockIMarketMockRecorder) MarketGetAsk(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIMarketMockRecorder) MarketGetDealUpdates(arg0 interface{}) *gomock.Call
- func (mr *MockIMarketMockRecorder) MarketGetReserved(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIMarketMockRecorder) MarketGetRetrievalAsk(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIMarketMockRecorder) MarketImportDealData(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockIMarketMockRecorder) MarketImportPublishedDeal(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIMarketMockRecorder) MarketListAsk(arg0 interface{}) *gomock.Call
- func (mr *MockIMarketMockRecorder) MarketListDataTransfers(arg0 interface{}) *gomock.Call
- func (mr *MockIMarketMockRecorder) MarketListDeals(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIMarketMockRecorder) MarketListIncompleteDeals(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIMarketMockRecorder) MarketListRetrievalAsk(arg0 interface{}) *gomock.Call
- func (mr *MockIMarketMockRecorder) MarketListRetrievalDeals(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIMarketMockRecorder) MarketPendingDeals(arg0 interface{}) *gomock.Call
- func (mr *MockIMarketMockRecorder) MarketPublishPendingDeals(arg0 interface{}) *gomock.Call
- func (mr *MockIMarketMockRecorder) MarketReleaseFunds(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockIMarketMockRecorder) MarketReserveFunds(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockIMarketMockRecorder) MarketRestartDataTransfer(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockIMarketMockRecorder) MarketSetAsk(arg0, arg1, arg2, arg3, arg4, arg5, arg6 interface{}) *gomock.Call
- func (mr *MockIMarketMockRecorder) MarketSetRetrievalAsk(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockIMarketMockRecorder) MarketWithdraw(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockIMarketMockRecorder) MessagerGetMessage(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIMarketMockRecorder) MessagerPushMessage(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockIMarketMockRecorder) MessagerWaitMessage(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIMarketMockRecorder) NetAddrsListen(arg0 interface{}) *gomock.Call
- func (mr *MockIMarketMockRecorder) OfflineDealImport(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIMarketMockRecorder) PaychVoucherList(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIMarketMockRecorder) PiecesGetCIDInfo(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIMarketMockRecorder) PiecesGetPieceInfo(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIMarketMockRecorder) PiecesListCidInfos(arg0 interface{}) *gomock.Call
- func (mr *MockIMarketMockRecorder) PiecesListPieces(arg0 interface{}) *gomock.Call
- func (mr *MockIMarketMockRecorder) RemovePieceStorage(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIMarketMockRecorder) ResponseMarketEvent(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIMarketMockRecorder) SectorGetSealDelay(arg0 interface{}) *gomock.Call
- func (mr *MockIMarketMockRecorder) SectorSetExpectedSealDuration(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIMarketMockRecorder) UpdateDealOnPacking(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockIMarketMockRecorder) UpdateDealStatus(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockIMarketMockRecorder) UpdateStorageDealStatus(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockIMarketMockRecorder) Version(arg0 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockIMarket ¶
type MockIMarket struct {
// contains filtered or unexported fields
}
MockIMarket is a mock of IMarket interface.
func NewMockIMarket ¶
func NewMockIMarket(ctrl *gomock.Controller) *MockIMarket
NewMockIMarket creates a new mock instance.
func (*MockIMarket) ActorExist ¶
ActorExist mocks base method.
func (*MockIMarket) ActorSectorSize ¶
func (m *MockIMarket) ActorSectorSize(arg0 context.Context, arg1 address.Address) (abi.SectorSize, error)
ActorSectorSize mocks base method.
func (*MockIMarket) AddFsPieceStorage ¶ added in v1.6.1
AddFsPieceStorage mocks base method.
func (*MockIMarket) AddS3PieceStorage ¶ added in v1.6.1
func (m *MockIMarket) AddS3PieceStorage(arg0 context.Context, arg1, arg2, arg3, arg4, arg5, arg6, arg7 string, arg8 bool) error
AddS3PieceStorage mocks base method.
func (*MockIMarket) AssignUnPackedDeals ¶
func (m *MockIMarket) AssignUnPackedDeals(arg0 context.Context, arg1 abi.SectorID, arg2 abi.SectorSize, arg3 *market.GetDealSpec) ([]*market.DealInfoIncludePath, error)
AssignUnPackedDeals mocks base method.
func (*MockIMarket) DagstoreGC ¶
func (m *MockIMarket) DagstoreGC(arg0 context.Context) ([]market.DagstoreShardResult, error)
DagstoreGC mocks base method.
func (*MockIMarket) DagstoreInitializeAll ¶
func (m *MockIMarket) DagstoreInitializeAll(arg0 context.Context, arg1 market.DagstoreInitializeAllParams) (<-chan market.DagstoreInitializeAllEvent, error)
DagstoreInitializeAll mocks base method.
func (*MockIMarket) DagstoreInitializeShard ¶
func (m *MockIMarket) DagstoreInitializeShard(arg0 context.Context, arg1 string) error
DagstoreInitializeShard mocks base method.
func (*MockIMarket) DagstoreInitializeStorage ¶ added in v1.7.0
func (m *MockIMarket) DagstoreInitializeStorage(arg0 context.Context, arg1 string, arg2 market.DagstoreInitializeAllParams) (<-chan market.DagstoreInitializeAllEvent, error)
DagstoreInitializeStorage mocks base method.
func (*MockIMarket) DagstoreListShards ¶
func (m *MockIMarket) DagstoreListShards(arg0 context.Context) ([]market.DagstoreShardInfo, error)
DagstoreListShards mocks base method.
func (*MockIMarket) DagstoreRecoverShard ¶
func (m *MockIMarket) DagstoreRecoverShard(arg0 context.Context, arg1 string) error
DagstoreRecoverShard mocks base method.
func (*MockIMarket) DealsConsiderOfflineRetrievalDeals ¶
func (m *MockIMarket) DealsConsiderOfflineRetrievalDeals(arg0 context.Context) (bool, error)
DealsConsiderOfflineRetrievalDeals mocks base method.
func (*MockIMarket) DealsConsiderOfflineStorageDeals ¶
func (m *MockIMarket) DealsConsiderOfflineStorageDeals(arg0 context.Context) (bool, error)
DealsConsiderOfflineStorageDeals mocks base method.
func (*MockIMarket) DealsConsiderOnlineRetrievalDeals ¶
func (m *MockIMarket) DealsConsiderOnlineRetrievalDeals(arg0 context.Context) (bool, error)
DealsConsiderOnlineRetrievalDeals mocks base method.
func (*MockIMarket) DealsConsiderOnlineStorageDeals ¶
func (m *MockIMarket) DealsConsiderOnlineStorageDeals(arg0 context.Context) (bool, error)
DealsConsiderOnlineStorageDeals mocks base method.
func (*MockIMarket) DealsConsiderUnverifiedStorageDeals ¶
func (m *MockIMarket) DealsConsiderUnverifiedStorageDeals(arg0 context.Context) (bool, error)
DealsConsiderUnverifiedStorageDeals mocks base method.
func (*MockIMarket) DealsConsiderVerifiedStorageDeals ¶
func (m *MockIMarket) DealsConsiderVerifiedStorageDeals(arg0 context.Context) (bool, error)
DealsConsiderVerifiedStorageDeals mocks base method.
func (*MockIMarket) DealsImportData ¶
DealsImportData mocks base method.
func (*MockIMarket) DealsPieceCidBlocklist ¶
DealsPieceCidBlocklist mocks base method.
func (*MockIMarket) DealsSetConsiderOfflineRetrievalDeals ¶
func (m *MockIMarket) DealsSetConsiderOfflineRetrievalDeals(arg0 context.Context, arg1 bool) error
DealsSetConsiderOfflineRetrievalDeals mocks base method.
func (*MockIMarket) DealsSetConsiderOfflineStorageDeals ¶
func (m *MockIMarket) DealsSetConsiderOfflineStorageDeals(arg0 context.Context, arg1 bool) error
DealsSetConsiderOfflineStorageDeals mocks base method.
func (*MockIMarket) DealsSetConsiderOnlineRetrievalDeals ¶
func (m *MockIMarket) DealsSetConsiderOnlineRetrievalDeals(arg0 context.Context, arg1 bool) error
DealsSetConsiderOnlineRetrievalDeals mocks base method.
func (*MockIMarket) DealsSetConsiderOnlineStorageDeals ¶
func (m *MockIMarket) DealsSetConsiderOnlineStorageDeals(arg0 context.Context, arg1 bool) error
DealsSetConsiderOnlineStorageDeals mocks base method.
func (*MockIMarket) DealsSetConsiderUnverifiedStorageDeals ¶
func (m *MockIMarket) DealsSetConsiderUnverifiedStorageDeals(arg0 context.Context, arg1 bool) error
DealsSetConsiderUnverifiedStorageDeals mocks base method.
func (*MockIMarket) DealsSetConsiderVerifiedStorageDeals ¶
func (m *MockIMarket) DealsSetConsiderVerifiedStorageDeals(arg0 context.Context, arg1 bool) error
DealsSetConsiderVerifiedStorageDeals mocks base method.
func (*MockIMarket) DealsSetPieceCidBlocklist ¶
DealsSetPieceCidBlocklist mocks base method.
func (*MockIMarket) EXPECT ¶
func (m *MockIMarket) EXPECT() *MockIMarketMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockIMarket) GetDeals ¶
func (m *MockIMarket) GetDeals(arg0 context.Context, arg1 address.Address, arg2, arg3 int) ([]*market.DealInfo, error)
GetDeals mocks base method.
func (*MockIMarket) GetRetrievalDealStatistic ¶ added in v1.7.0
func (m *MockIMarket) GetRetrievalDealStatistic(arg0 context.Context, arg1 address.Address) (*market.RetrievalDealStatistic, error)
GetRetrievalDealStatistic mocks base method.
func (*MockIMarket) GetStorageDealStatistic ¶ added in v1.7.0
func (m *MockIMarket) GetStorageDealStatistic(arg0 context.Context, arg1 address.Address) (*market.StorageDealStatistic, error)
GetStorageDealStatistic mocks base method.
func (*MockIMarket) GetUnPackedDeals ¶
func (m *MockIMarket) GetUnPackedDeals(arg0 context.Context, arg1 address.Address, arg2 *market.GetDealSpec) ([]*market.DealInfoIncludePath, error)
GetUnPackedDeals mocks base method.
func (*MockIMarket) ImportV1Data ¶
func (m *MockIMarket) ImportV1Data(arg0 context.Context, arg1 string) error
ImportV1Data mocks base method.
func (*MockIMarket) ListPieceStorageInfos ¶ added in v1.7.0
func (m *MockIMarket) ListPieceStorageInfos(arg0 context.Context) market.PieceStorageInfos
ListPieceStorageInfos mocks base method.
func (*MockIMarket) ListenMarketEvent ¶
func (m *MockIMarket) ListenMarketEvent(arg0 context.Context, arg1 *gateway.MarketRegisterPolicy) (<-chan *gateway.RequestEvent, error)
ListenMarketEvent mocks base method.
func (*MockIMarket) MarkDealsAsPacking ¶
func (m *MockIMarket) MarkDealsAsPacking(arg0 context.Context, arg1 address.Address, arg2 []abi.DealID) error
MarkDealsAsPacking mocks base method.
func (*MockIMarket) MarketAddBalance ¶
func (m *MockIMarket) MarketAddBalance(arg0 context.Context, arg1, arg2 address.Address, arg3 big.Int) (cid.Cid, error)
MarketAddBalance mocks base method.
func (*MockIMarket) MarketCancelDataTransfer ¶
func (m *MockIMarket) MarketCancelDataTransfer(arg0 context.Context, arg1 datatransfer.TransferID, arg2 peer.ID, arg3 bool) error
MarketCancelDataTransfer mocks base method.
func (*MockIMarket) MarketDataTransferUpdates ¶
func (m *MockIMarket) MarketDataTransferUpdates(arg0 context.Context) (<-chan market.DataTransferChannel, error)
MarketDataTransferUpdates mocks base method.
func (*MockIMarket) MarketGetAsk ¶
func (m *MockIMarket) MarketGetAsk(arg0 context.Context, arg1 address.Address) (*market.SignedStorageAsk, error)
MarketGetAsk mocks base method.
func (*MockIMarket) MarketGetDealUpdates ¶
MarketGetDealUpdates mocks base method.
func (*MockIMarket) MarketGetReserved ¶
func (m *MockIMarket) MarketGetReserved(arg0 context.Context, arg1 address.Address) (big.Int, error)
MarketGetReserved mocks base method.
func (*MockIMarket) MarketGetRetrievalAsk ¶
func (m *MockIMarket) MarketGetRetrievalAsk(arg0 context.Context, arg1 address.Address) (*retrievalmarket.Ask, error)
MarketGetRetrievalAsk mocks base method.
func (*MockIMarket) MarketImportDealData ¶
MarketImportDealData mocks base method.
func (*MockIMarket) MarketImportPublishedDeal ¶ added in v1.2.4
MarketImportPublishedDeal mocks base method.
func (*MockIMarket) MarketListAsk ¶
func (m *MockIMarket) MarketListAsk(arg0 context.Context) ([]*market.SignedStorageAsk, error)
MarketListAsk mocks base method.
func (*MockIMarket) MarketListDataTransfers ¶
func (m *MockIMarket) MarketListDataTransfers(arg0 context.Context) ([]market.DataTransferChannel, error)
MarketListDataTransfers mocks base method.
func (*MockIMarket) MarketListDeals ¶
func (m *MockIMarket) MarketListDeals(arg0 context.Context, arg1 []address.Address) ([]*types.MarketDeal, error)
MarketListDeals mocks base method.
func (*MockIMarket) MarketListIncompleteDeals ¶
func (m *MockIMarket) MarketListIncompleteDeals(arg0 context.Context, arg1 address.Address) ([]market.MinerDeal, error)
MarketListIncompleteDeals mocks base method.
func (*MockIMarket) MarketListRetrievalAsk ¶
func (m *MockIMarket) MarketListRetrievalAsk(arg0 context.Context) ([]*market.RetrievalAsk, error)
MarketListRetrievalAsk mocks base method.
func (*MockIMarket) MarketListRetrievalDeals ¶
func (m *MockIMarket) MarketListRetrievalDeals(arg0 context.Context, arg1 address.Address) ([]market.ProviderDealState, error)
MarketListRetrievalDeals mocks base method.
func (*MockIMarket) MarketPendingDeals ¶
func (m *MockIMarket) MarketPendingDeals(arg0 context.Context) ([]market.PendingDealInfo, error)
MarketPendingDeals mocks base method.
func (*MockIMarket) MarketPublishPendingDeals ¶
func (m *MockIMarket) MarketPublishPendingDeals(arg0 context.Context) error
MarketPublishPendingDeals mocks base method.
func (*MockIMarket) MarketReleaseFunds ¶
func (m *MockIMarket) MarketReleaseFunds(arg0 context.Context, arg1 address.Address, arg2 big.Int) error
MarketReleaseFunds mocks base method.
func (*MockIMarket) MarketReserveFunds ¶
func (m *MockIMarket) MarketReserveFunds(arg0 context.Context, arg1, arg2 address.Address, arg3 big.Int) (cid.Cid, error)
MarketReserveFunds mocks base method.
func (*MockIMarket) MarketRestartDataTransfer ¶
func (m *MockIMarket) MarketRestartDataTransfer(arg0 context.Context, arg1 datatransfer.TransferID, arg2 peer.ID, arg3 bool) error
MarketRestartDataTransfer mocks base method.
func (*MockIMarket) MarketSetAsk ¶
func (m *MockIMarket) MarketSetAsk(arg0 context.Context, arg1 address.Address, arg2, arg3 big.Int, arg4 abi.ChainEpoch, arg5, arg6 abi.PaddedPieceSize) error
MarketSetAsk mocks base method.
func (*MockIMarket) MarketSetRetrievalAsk ¶
func (m *MockIMarket) MarketSetRetrievalAsk(arg0 context.Context, arg1 address.Address, arg2 *retrievalmarket.Ask) error
MarketSetRetrievalAsk mocks base method.
func (*MockIMarket) MarketWithdraw ¶
func (m *MockIMarket) MarketWithdraw(arg0 context.Context, arg1, arg2 address.Address, arg3 big.Int) (cid.Cid, error)
MarketWithdraw mocks base method.
func (*MockIMarket) MessagerGetMessage ¶
func (m *MockIMarket) MessagerGetMessage(arg0 context.Context, arg1 cid.Cid) (*internal.Message, error)
MessagerGetMessage mocks base method.
func (*MockIMarket) MessagerPushMessage ¶
func (m *MockIMarket) MessagerPushMessage(arg0 context.Context, arg1 *internal.Message, arg2 *types.MessageSendSpec) (cid.Cid, error)
MessagerPushMessage mocks base method.
func (*MockIMarket) MessagerWaitMessage ¶
func (m *MockIMarket) MessagerWaitMessage(arg0 context.Context, arg1 cid.Cid) (*types.MsgLookup, error)
MessagerWaitMessage mocks base method.
func (*MockIMarket) NetAddrsListen ¶
NetAddrsListen mocks base method.
func (*MockIMarket) OfflineDealImport ¶ added in v1.7.0
OfflineDealImport mocks base method.
func (*MockIMarket) PaychVoucherList ¶
func (m *MockIMarket) PaychVoucherList(arg0 context.Context, arg1 address.Address) ([]*paych.SignedVoucher, error)
PaychVoucherList mocks base method.
func (*MockIMarket) PiecesGetCIDInfo ¶
func (m *MockIMarket) PiecesGetCIDInfo(arg0 context.Context, arg1 cid.Cid) (*piecestore.CIDInfo, error)
PiecesGetCIDInfo mocks base method.
func (*MockIMarket) PiecesGetPieceInfo ¶
func (m *MockIMarket) PiecesGetPieceInfo(arg0 context.Context, arg1 cid.Cid) (*piecestore.PieceInfo, error)
PiecesGetPieceInfo mocks base method.
func (*MockIMarket) PiecesListCidInfos ¶
PiecesListCidInfos mocks base method.
func (*MockIMarket) PiecesListPieces ¶
PiecesListPieces mocks base method.
func (*MockIMarket) RemovePieceStorage ¶ added in v1.6.1
func (m *MockIMarket) RemovePieceStorage(arg0 context.Context, arg1 string) error
RemovePieceStorage mocks base method.
func (*MockIMarket) ResponseMarketEvent ¶
func (m *MockIMarket) ResponseMarketEvent(arg0 context.Context, arg1 *gateway.ResponseEvent) error
ResponseMarketEvent mocks base method.
func (*MockIMarket) SectorGetSealDelay ¶
SectorGetSealDelay mocks base method.
func (*MockIMarket) SectorSetExpectedSealDuration ¶
SectorSetExpectedSealDuration mocks base method.
func (*MockIMarket) UpdateDealOnPacking ¶
func (m *MockIMarket) UpdateDealOnPacking(arg0 context.Context, arg1 address.Address, arg2 abi.DealID, arg3 abi.SectorNumber, arg4 abi.PaddedPieceSize) error
UpdateDealOnPacking mocks base method.
func (*MockIMarket) UpdateDealStatus ¶
func (m *MockIMarket) UpdateDealStatus(arg0 context.Context, arg1 address.Address, arg2 abi.DealID, arg3 market.PieceStatus) error
UpdateDealStatus mocks base method.
func (*MockIMarket) UpdateStorageDealStatus ¶
func (m *MockIMarket) UpdateStorageDealStatus(arg0 context.Context, arg1 cid.Cid, arg2 uint64, arg3 market.PieceStatus) error
UpdateStorageDealStatus mocks base method.
type MockIMarketMockRecorder ¶
type MockIMarketMockRecorder struct {
// contains filtered or unexported fields
}
MockIMarketMockRecorder is the mock recorder for MockIMarket.
func (*MockIMarketMockRecorder) ActorExist ¶
func (mr *MockIMarketMockRecorder) ActorExist(arg0, arg1 interface{}) *gomock.Call
ActorExist indicates an expected call of ActorExist.
func (*MockIMarketMockRecorder) ActorList ¶
func (mr *MockIMarketMockRecorder) ActorList(arg0 interface{}) *gomock.Call
ActorList indicates an expected call of ActorList.
func (*MockIMarketMockRecorder) ActorSectorSize ¶
func (mr *MockIMarketMockRecorder) ActorSectorSize(arg0, arg1 interface{}) *gomock.Call
ActorSectorSize indicates an expected call of ActorSectorSize.
func (*MockIMarketMockRecorder) AddFsPieceStorage ¶ added in v1.6.1
func (mr *MockIMarketMockRecorder) AddFsPieceStorage(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
AddFsPieceStorage indicates an expected call of AddFsPieceStorage.
func (*MockIMarketMockRecorder) AddS3PieceStorage ¶ added in v1.6.1
func (mr *MockIMarketMockRecorder) AddS3PieceStorage(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8 interface{}) *gomock.Call
AddS3PieceStorage indicates an expected call of AddS3PieceStorage.
func (*MockIMarketMockRecorder) AssignUnPackedDeals ¶
func (mr *MockIMarketMockRecorder) AssignUnPackedDeals(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
AssignUnPackedDeals indicates an expected call of AssignUnPackedDeals.
func (*MockIMarketMockRecorder) DagstoreGC ¶
func (mr *MockIMarketMockRecorder) DagstoreGC(arg0 interface{}) *gomock.Call
DagstoreGC indicates an expected call of DagstoreGC.
func (*MockIMarketMockRecorder) DagstoreInitializeAll ¶
func (mr *MockIMarketMockRecorder) DagstoreInitializeAll(arg0, arg1 interface{}) *gomock.Call
DagstoreInitializeAll indicates an expected call of DagstoreInitializeAll.
func (*MockIMarketMockRecorder) DagstoreInitializeShard ¶
func (mr *MockIMarketMockRecorder) DagstoreInitializeShard(arg0, arg1 interface{}) *gomock.Call
DagstoreInitializeShard indicates an expected call of DagstoreInitializeShard.
func (*MockIMarketMockRecorder) DagstoreInitializeStorage ¶ added in v1.7.0
func (mr *MockIMarketMockRecorder) DagstoreInitializeStorage(arg0, arg1, arg2 interface{}) *gomock.Call
DagstoreInitializeStorage indicates an expected call of DagstoreInitializeStorage.
func (*MockIMarketMockRecorder) DagstoreListShards ¶
func (mr *MockIMarketMockRecorder) DagstoreListShards(arg0 interface{}) *gomock.Call
DagstoreListShards indicates an expected call of DagstoreListShards.
func (*MockIMarketMockRecorder) DagstoreRecoverShard ¶
func (mr *MockIMarketMockRecorder) DagstoreRecoverShard(arg0, arg1 interface{}) *gomock.Call
DagstoreRecoverShard indicates an expected call of DagstoreRecoverShard.
func (*MockIMarketMockRecorder) DealsConsiderOfflineRetrievalDeals ¶
func (mr *MockIMarketMockRecorder) DealsConsiderOfflineRetrievalDeals(arg0 interface{}) *gomock.Call
DealsConsiderOfflineRetrievalDeals indicates an expected call of DealsConsiderOfflineRetrievalDeals.
func (*MockIMarketMockRecorder) DealsConsiderOfflineStorageDeals ¶
func (mr *MockIMarketMockRecorder) DealsConsiderOfflineStorageDeals(arg0 interface{}) *gomock.Call
DealsConsiderOfflineStorageDeals indicates an expected call of DealsConsiderOfflineStorageDeals.
func (*MockIMarketMockRecorder) DealsConsiderOnlineRetrievalDeals ¶
func (mr *MockIMarketMockRecorder) DealsConsiderOnlineRetrievalDeals(arg0 interface{}) *gomock.Call
DealsConsiderOnlineRetrievalDeals indicates an expected call of DealsConsiderOnlineRetrievalDeals.
func (*MockIMarketMockRecorder) DealsConsiderOnlineStorageDeals ¶
func (mr *MockIMarketMockRecorder) DealsConsiderOnlineStorageDeals(arg0 interface{}) *gomock.Call
DealsConsiderOnlineStorageDeals indicates an expected call of DealsConsiderOnlineStorageDeals.
func (*MockIMarketMockRecorder) DealsConsiderUnverifiedStorageDeals ¶
func (mr *MockIMarketMockRecorder) DealsConsiderUnverifiedStorageDeals(arg0 interface{}) *gomock.Call
DealsConsiderUnverifiedStorageDeals indicates an expected call of DealsConsiderUnverifiedStorageDeals.
func (*MockIMarketMockRecorder) DealsConsiderVerifiedStorageDeals ¶
func (mr *MockIMarketMockRecorder) DealsConsiderVerifiedStorageDeals(arg0 interface{}) *gomock.Call
DealsConsiderVerifiedStorageDeals indicates an expected call of DealsConsiderVerifiedStorageDeals.
func (*MockIMarketMockRecorder) DealsImportData ¶
func (mr *MockIMarketMockRecorder) DealsImportData(arg0, arg1, arg2 interface{}) *gomock.Call
DealsImportData indicates an expected call of DealsImportData.
func (*MockIMarketMockRecorder) DealsPieceCidBlocklist ¶
func (mr *MockIMarketMockRecorder) DealsPieceCidBlocklist(arg0 interface{}) *gomock.Call
DealsPieceCidBlocklist indicates an expected call of DealsPieceCidBlocklist.
func (*MockIMarketMockRecorder) DealsSetConsiderOfflineRetrievalDeals ¶
func (mr *MockIMarketMockRecorder) DealsSetConsiderOfflineRetrievalDeals(arg0, arg1 interface{}) *gomock.Call
DealsSetConsiderOfflineRetrievalDeals indicates an expected call of DealsSetConsiderOfflineRetrievalDeals.
func (*MockIMarketMockRecorder) DealsSetConsiderOfflineStorageDeals ¶
func (mr *MockIMarketMockRecorder) DealsSetConsiderOfflineStorageDeals(arg0, arg1 interface{}) *gomock.Call
DealsSetConsiderOfflineStorageDeals indicates an expected call of DealsSetConsiderOfflineStorageDeals.
func (*MockIMarketMockRecorder) DealsSetConsiderOnlineRetrievalDeals ¶
func (mr *MockIMarketMockRecorder) DealsSetConsiderOnlineRetrievalDeals(arg0, arg1 interface{}) *gomock.Call
DealsSetConsiderOnlineRetrievalDeals indicates an expected call of DealsSetConsiderOnlineRetrievalDeals.
func (*MockIMarketMockRecorder) DealsSetConsiderOnlineStorageDeals ¶
func (mr *MockIMarketMockRecorder) DealsSetConsiderOnlineStorageDeals(arg0, arg1 interface{}) *gomock.Call
DealsSetConsiderOnlineStorageDeals indicates an expected call of DealsSetConsiderOnlineStorageDeals.
func (*MockIMarketMockRecorder) DealsSetConsiderUnverifiedStorageDeals ¶
func (mr *MockIMarketMockRecorder) DealsSetConsiderUnverifiedStorageDeals(arg0, arg1 interface{}) *gomock.Call
DealsSetConsiderUnverifiedStorageDeals indicates an expected call of DealsSetConsiderUnverifiedStorageDeals.
func (*MockIMarketMockRecorder) DealsSetConsiderVerifiedStorageDeals ¶
func (mr *MockIMarketMockRecorder) DealsSetConsiderVerifiedStorageDeals(arg0, arg1 interface{}) *gomock.Call
DealsSetConsiderVerifiedStorageDeals indicates an expected call of DealsSetConsiderVerifiedStorageDeals.
func (*MockIMarketMockRecorder) DealsSetPieceCidBlocklist ¶
func (mr *MockIMarketMockRecorder) DealsSetPieceCidBlocklist(arg0, arg1 interface{}) *gomock.Call
DealsSetPieceCidBlocklist indicates an expected call of DealsSetPieceCidBlocklist.
func (*MockIMarketMockRecorder) GetDeals ¶
func (mr *MockIMarketMockRecorder) GetDeals(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetDeals indicates an expected call of GetDeals.
func (*MockIMarketMockRecorder) GetRetrievalDealStatistic ¶ added in v1.7.0
func (mr *MockIMarketMockRecorder) GetRetrievalDealStatistic(arg0, arg1 interface{}) *gomock.Call
GetRetrievalDealStatistic indicates an expected call of GetRetrievalDealStatistic.
func (*MockIMarketMockRecorder) GetStorageDealStatistic ¶ added in v1.7.0
func (mr *MockIMarketMockRecorder) GetStorageDealStatistic(arg0, arg1 interface{}) *gomock.Call
GetStorageDealStatistic indicates an expected call of GetStorageDealStatistic.
func (*MockIMarketMockRecorder) GetUnPackedDeals ¶
func (mr *MockIMarketMockRecorder) GetUnPackedDeals(arg0, arg1, arg2 interface{}) *gomock.Call
GetUnPackedDeals indicates an expected call of GetUnPackedDeals.
func (*MockIMarketMockRecorder) ID ¶
func (mr *MockIMarketMockRecorder) ID(arg0 interface{}) *gomock.Call
ID indicates an expected call of ID.
func (*MockIMarketMockRecorder) ImportV1Data ¶
func (mr *MockIMarketMockRecorder) ImportV1Data(arg0, arg1 interface{}) *gomock.Call
ImportV1Data indicates an expected call of ImportV1Data.
func (*MockIMarketMockRecorder) ListPieceStorageInfos ¶ added in v1.7.0
func (mr *MockIMarketMockRecorder) ListPieceStorageInfos(arg0 interface{}) *gomock.Call
ListPieceStorageInfos indicates an expected call of ListPieceStorageInfos.
func (*MockIMarketMockRecorder) ListenMarketEvent ¶
func (mr *MockIMarketMockRecorder) ListenMarketEvent(arg0, arg1 interface{}) *gomock.Call
ListenMarketEvent indicates an expected call of ListenMarketEvent.
func (*MockIMarketMockRecorder) MarkDealsAsPacking ¶
func (mr *MockIMarketMockRecorder) MarkDealsAsPacking(arg0, arg1, arg2 interface{}) *gomock.Call
MarkDealsAsPacking indicates an expected call of MarkDealsAsPacking.
func (*MockIMarketMockRecorder) MarketAddBalance ¶
func (mr *MockIMarketMockRecorder) MarketAddBalance(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
MarketAddBalance indicates an expected call of MarketAddBalance.
func (*MockIMarketMockRecorder) MarketCancelDataTransfer ¶
func (mr *MockIMarketMockRecorder) MarketCancelDataTransfer(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
MarketCancelDataTransfer indicates an expected call of MarketCancelDataTransfer.
func (*MockIMarketMockRecorder) MarketDataTransferUpdates ¶
func (mr *MockIMarketMockRecorder) MarketDataTransferUpdates(arg0 interface{}) *gomock.Call
MarketDataTransferUpdates indicates an expected call of MarketDataTransferUpdates.
func (*MockIMarketMockRecorder) MarketGetAsk ¶
func (mr *MockIMarketMockRecorder) MarketGetAsk(arg0, arg1 interface{}) *gomock.Call
MarketGetAsk indicates an expected call of MarketGetAsk.
func (*MockIMarketMockRecorder) MarketGetDealUpdates ¶
func (mr *MockIMarketMockRecorder) MarketGetDealUpdates(arg0 interface{}) *gomock.Call
MarketGetDealUpdates indicates an expected call of MarketGetDealUpdates.
func (*MockIMarketMockRecorder) MarketGetReserved ¶
func (mr *MockIMarketMockRecorder) MarketGetReserved(arg0, arg1 interface{}) *gomock.Call
MarketGetReserved indicates an expected call of MarketGetReserved.
func (*MockIMarketMockRecorder) MarketGetRetrievalAsk ¶
func (mr *MockIMarketMockRecorder) MarketGetRetrievalAsk(arg0, arg1 interface{}) *gomock.Call
MarketGetRetrievalAsk indicates an expected call of MarketGetRetrievalAsk.
func (*MockIMarketMockRecorder) MarketImportDealData ¶
func (mr *MockIMarketMockRecorder) MarketImportDealData(arg0, arg1, arg2 interface{}) *gomock.Call
MarketImportDealData indicates an expected call of MarketImportDealData.
func (*MockIMarketMockRecorder) MarketImportPublishedDeal ¶ added in v1.2.4
func (mr *MockIMarketMockRecorder) MarketImportPublishedDeal(arg0, arg1 interface{}) *gomock.Call
MarketImportPublishedDeal indicates an expected call of MarketImportPublishedDeal.
func (*MockIMarketMockRecorder) MarketListAsk ¶
func (mr *MockIMarketMockRecorder) MarketListAsk(arg0 interface{}) *gomock.Call
MarketListAsk indicates an expected call of MarketListAsk.
func (*MockIMarketMockRecorder) MarketListDataTransfers ¶
func (mr *MockIMarketMockRecorder) MarketListDataTransfers(arg0 interface{}) *gomock.Call
MarketListDataTransfers indicates an expected call of MarketListDataTransfers.
func (*MockIMarketMockRecorder) MarketListDeals ¶
func (mr *MockIMarketMockRecorder) MarketListDeals(arg0, arg1 interface{}) *gomock.Call
MarketListDeals indicates an expected call of MarketListDeals.
func (*MockIMarketMockRecorder) MarketListIncompleteDeals ¶
func (mr *MockIMarketMockRecorder) MarketListIncompleteDeals(arg0, arg1 interface{}) *gomock.Call
MarketListIncompleteDeals indicates an expected call of MarketListIncompleteDeals.
func (*MockIMarketMockRecorder) MarketListRetrievalAsk ¶
func (mr *MockIMarketMockRecorder) MarketListRetrievalAsk(arg0 interface{}) *gomock.Call
MarketListRetrievalAsk indicates an expected call of MarketListRetrievalAsk.
func (*MockIMarketMockRecorder) MarketListRetrievalDeals ¶
func (mr *MockIMarketMockRecorder) MarketListRetrievalDeals(arg0, arg1 interface{}) *gomock.Call
MarketListRetrievalDeals indicates an expected call of MarketListRetrievalDeals.
func (*MockIMarketMockRecorder) MarketPendingDeals ¶
func (mr *MockIMarketMockRecorder) MarketPendingDeals(arg0 interface{}) *gomock.Call
MarketPendingDeals indicates an expected call of MarketPendingDeals.
func (*MockIMarketMockRecorder) MarketPublishPendingDeals ¶
func (mr *MockIMarketMockRecorder) MarketPublishPendingDeals(arg0 interface{}) *gomock.Call
MarketPublishPendingDeals indicates an expected call of MarketPublishPendingDeals.
func (*MockIMarketMockRecorder) MarketReleaseFunds ¶
func (mr *MockIMarketMockRecorder) MarketReleaseFunds(arg0, arg1, arg2 interface{}) *gomock.Call
MarketReleaseFunds indicates an expected call of MarketReleaseFunds.
func (*MockIMarketMockRecorder) MarketReserveFunds ¶
func (mr *MockIMarketMockRecorder) MarketReserveFunds(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
MarketReserveFunds indicates an expected call of MarketReserveFunds.
func (*MockIMarketMockRecorder) MarketRestartDataTransfer ¶
func (mr *MockIMarketMockRecorder) MarketRestartDataTransfer(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
MarketRestartDataTransfer indicates an expected call of MarketRestartDataTransfer.
func (*MockIMarketMockRecorder) MarketSetAsk ¶
func (mr *MockIMarketMockRecorder) MarketSetAsk(arg0, arg1, arg2, arg3, arg4, arg5, arg6 interface{}) *gomock.Call
MarketSetAsk indicates an expected call of MarketSetAsk.
func (*MockIMarketMockRecorder) MarketSetRetrievalAsk ¶
func (mr *MockIMarketMockRecorder) MarketSetRetrievalAsk(arg0, arg1, arg2 interface{}) *gomock.Call
MarketSetRetrievalAsk indicates an expected call of MarketSetRetrievalAsk.
func (*MockIMarketMockRecorder) MarketWithdraw ¶
func (mr *MockIMarketMockRecorder) MarketWithdraw(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
MarketWithdraw indicates an expected call of MarketWithdraw.
func (*MockIMarketMockRecorder) MessagerGetMessage ¶
func (mr *MockIMarketMockRecorder) MessagerGetMessage(arg0, arg1 interface{}) *gomock.Call
MessagerGetMessage indicates an expected call of MessagerGetMessage.
func (*MockIMarketMockRecorder) MessagerPushMessage ¶
func (mr *MockIMarketMockRecorder) MessagerPushMessage(arg0, arg1, arg2 interface{}) *gomock.Call
MessagerPushMessage indicates an expected call of MessagerPushMessage.
func (*MockIMarketMockRecorder) MessagerWaitMessage ¶
func (mr *MockIMarketMockRecorder) MessagerWaitMessage(arg0, arg1 interface{}) *gomock.Call
MessagerWaitMessage indicates an expected call of MessagerWaitMessage.
func (*MockIMarketMockRecorder) NetAddrsListen ¶
func (mr *MockIMarketMockRecorder) NetAddrsListen(arg0 interface{}) *gomock.Call
NetAddrsListen indicates an expected call of NetAddrsListen.
func (*MockIMarketMockRecorder) OfflineDealImport ¶ added in v1.7.0
func (mr *MockIMarketMockRecorder) OfflineDealImport(arg0, arg1 interface{}) *gomock.Call
OfflineDealImport indicates an expected call of OfflineDealImport.
func (*MockIMarketMockRecorder) PaychVoucherList ¶
func (mr *MockIMarketMockRecorder) PaychVoucherList(arg0, arg1 interface{}) *gomock.Call
PaychVoucherList indicates an expected call of PaychVoucherList.
func (*MockIMarketMockRecorder) PiecesGetCIDInfo ¶
func (mr *MockIMarketMockRecorder) PiecesGetCIDInfo(arg0, arg1 interface{}) *gomock.Call
PiecesGetCIDInfo indicates an expected call of PiecesGetCIDInfo.
func (*MockIMarketMockRecorder) PiecesGetPieceInfo ¶
func (mr *MockIMarketMockRecorder) PiecesGetPieceInfo(arg0, arg1 interface{}) *gomock.Call
PiecesGetPieceInfo indicates an expected call of PiecesGetPieceInfo.
func (*MockIMarketMockRecorder) PiecesListCidInfos ¶
func (mr *MockIMarketMockRecorder) PiecesListCidInfos(arg0 interface{}) *gomock.Call
PiecesListCidInfos indicates an expected call of PiecesListCidInfos.
func (*MockIMarketMockRecorder) PiecesListPieces ¶
func (mr *MockIMarketMockRecorder) PiecesListPieces(arg0 interface{}) *gomock.Call
PiecesListPieces indicates an expected call of PiecesListPieces.
func (*MockIMarketMockRecorder) RemovePieceStorage ¶ added in v1.6.1
func (mr *MockIMarketMockRecorder) RemovePieceStorage(arg0, arg1 interface{}) *gomock.Call
RemovePieceStorage indicates an expected call of RemovePieceStorage.
func (*MockIMarketMockRecorder) ResponseMarketEvent ¶
func (mr *MockIMarketMockRecorder) ResponseMarketEvent(arg0, arg1 interface{}) *gomock.Call
ResponseMarketEvent indicates an expected call of ResponseMarketEvent.
func (*MockIMarketMockRecorder) SectorGetSealDelay ¶
func (mr *MockIMarketMockRecorder) SectorGetSealDelay(arg0 interface{}) *gomock.Call
SectorGetSealDelay indicates an expected call of SectorGetSealDelay.
func (*MockIMarketMockRecorder) SectorSetExpectedSealDuration ¶
func (mr *MockIMarketMockRecorder) SectorSetExpectedSealDuration(arg0, arg1 interface{}) *gomock.Call
SectorSetExpectedSealDuration indicates an expected call of SectorSetExpectedSealDuration.
func (*MockIMarketMockRecorder) UpdateDealOnPacking ¶
func (mr *MockIMarketMockRecorder) UpdateDealOnPacking(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
UpdateDealOnPacking indicates an expected call of UpdateDealOnPacking.
func (*MockIMarketMockRecorder) UpdateDealStatus ¶
func (mr *MockIMarketMockRecorder) UpdateDealStatus(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
UpdateDealStatus indicates an expected call of UpdateDealStatus.
func (*MockIMarketMockRecorder) UpdateStorageDealStatus ¶
func (mr *MockIMarketMockRecorder) UpdateStorageDealStatus(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
UpdateStorageDealStatus indicates an expected call of UpdateStorageDealStatus.
func (*MockIMarketMockRecorder) Version ¶ added in v1.7.0
func (mr *MockIMarketMockRecorder) Version(arg0 interface{}) *gomock.Call
Version indicates an expected call of Version.