Documentation ¶
Overview ¶
Code generated by MockGen. DO NOT EDIT. Source: client_v1.go
Generated by this command:
mockgen -destination mocks/client_v1_mock.go -source client_v1.go -package mocks
Package mocks is a generated GoMock package.
Code generated by MockGen. DO NOT EDIT. Source: client_v2.go
Generated by this command:
mockgen -destination mocks/client_v2_mock.go -source client_v2.go -package mocks
Package mocks is a generated GoMock package.
Index ¶
- type MockV1
- func (m *MockV1) CheckHealth(arg0 context.Context, arg1 ...grpc.CallOption) error
- func (m *MockV1) Close() error
- func (m *MockV1) DeleteTask(arg0 context.Context, arg1 *dfdaemon.DeleteTaskRequest, ...) error
- func (m *MockV1) Download(arg0 context.Context, arg1 *dfdaemon.DownRequest, arg2 ...grpc.CallOption) (dfdaemon.Daemon_DownloadClient, error)
- func (m *MockV1) EXPECT() *MockV1MockRecorder
- func (m *MockV1) ExportTask(arg0 context.Context, arg1 *dfdaemon.ExportTaskRequest, ...) error
- func (m *MockV1) GetPieceTasks(arg0 context.Context, arg1 *common.PieceTaskRequest, arg2 ...grpc.CallOption) (*common.PiecePacket, error)
- func (m *MockV1) ImportTask(arg0 context.Context, arg1 *dfdaemon.ImportTaskRequest, ...) error
- func (m *MockV1) LeaveHost(arg0 context.Context, arg1 ...grpc.CallOption) error
- func (m *MockV1) PeerExchange(ctx context.Context, opts ...grpc.CallOption) (dfdaemon.Daemon_PeerExchangeClient, error)
- func (m *MockV1) StatTask(arg0 context.Context, arg1 *dfdaemon.StatTaskRequest, arg2 ...grpc.CallOption) error
- func (m *MockV1) SyncPieceTasks(arg0 context.Context, arg1 *common.PieceTaskRequest, arg2 ...grpc.CallOption) (dfdaemon.Daemon_SyncPieceTasksClient, error)
- type MockV1MockRecorder
- func (mr *MockV1MockRecorder) CheckHealth(arg0 any, arg1 ...any) *gomock.Call
- func (mr *MockV1MockRecorder) Close() *gomock.Call
- func (mr *MockV1MockRecorder) DeleteTask(arg0, arg1 any, arg2 ...any) *gomock.Call
- func (mr *MockV1MockRecorder) Download(arg0, arg1 any, arg2 ...any) *gomock.Call
- func (mr *MockV1MockRecorder) ExportTask(arg0, arg1 any, arg2 ...any) *gomock.Call
- func (mr *MockV1MockRecorder) GetPieceTasks(arg0, arg1 any, arg2 ...any) *gomock.Call
- func (mr *MockV1MockRecorder) ImportTask(arg0, arg1 any, arg2 ...any) *gomock.Call
- func (mr *MockV1MockRecorder) LeaveHost(arg0 any, arg1 ...any) *gomock.Call
- func (mr *MockV1MockRecorder) PeerExchange(ctx any, opts ...any) *gomock.Call
- func (mr *MockV1MockRecorder) StatTask(arg0, arg1 any, arg2 ...any) *gomock.Call
- func (mr *MockV1MockRecorder) SyncPieceTasks(arg0, arg1 any, arg2 ...any) *gomock.Call
- type MockV2
- func (m *MockV2) Close() error
- func (m *MockV2) DeleteCacheTask(arg0 context.Context, arg1 *dfdaemon.DeleteCacheTaskRequest, ...) error
- func (m *MockV2) DownloadCacheTask(arg0 context.Context, arg1 *dfdaemon.DownloadCacheTaskRequest, ...) (dfdaemon.DfdaemonUpload_DownloadCacheTaskClient, error)
- func (m *MockV2) DownloadPiece(arg0 context.Context, arg1 *dfdaemon.DownloadPieceRequest, ...) (*dfdaemon.DownloadPieceResponse, error)
- func (m *MockV2) DownloadTask(arg0 context.Context, arg1 string, arg2 *dfdaemon.DownloadTaskRequest, ...) (dfdaemon.DfdaemonUpload_DownloadTaskClient, error)
- func (m *MockV2) EXPECT() *MockV2MockRecorder
- func (m *MockV2) StatCacheTask(arg0 context.Context, arg1 *dfdaemon.StatCacheTaskRequest, ...) (*common.CacheTask, error)
- func (m *MockV2) SyncPieces(arg0 context.Context, arg1 *dfdaemon.SyncPiecesRequest, ...) (dfdaemon.DfdaemonUpload_SyncPiecesClient, error)
- type MockV2MockRecorder
- func (mr *MockV2MockRecorder) Close() *gomock.Call
- func (mr *MockV2MockRecorder) DeleteCacheTask(arg0, arg1 any, arg2 ...any) *gomock.Call
- func (mr *MockV2MockRecorder) DownloadCacheTask(arg0, arg1 any, arg2 ...any) *gomock.Call
- func (mr *MockV2MockRecorder) DownloadPiece(arg0, arg1 any, arg2 ...any) *gomock.Call
- func (mr *MockV2MockRecorder) DownloadTask(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call
- func (mr *MockV2MockRecorder) StatCacheTask(arg0, arg1 any, arg2 ...any) *gomock.Call
- func (mr *MockV2MockRecorder) SyncPieces(arg0, arg1 any, arg2 ...any) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockV1 ¶ added in v2.0.9
type MockV1 struct {
// contains filtered or unexported fields
}
MockV1 is a mock of V1 interface.
func NewMockV1 ¶ added in v2.0.9
func NewMockV1(ctrl *gomock.Controller) *MockV1
NewMockV1 creates a new mock instance.
func (*MockV1) CheckHealth ¶ added in v2.0.9
CheckHealth mocks base method.
func (*MockV1) DeleteTask ¶ added in v2.0.9
func (m *MockV1) DeleteTask(arg0 context.Context, arg1 *dfdaemon.DeleteTaskRequest, arg2 ...grpc.CallOption) error
DeleteTask mocks base method.
func (*MockV1) Download ¶ added in v2.0.9
func (m *MockV1) Download(arg0 context.Context, arg1 *dfdaemon.DownRequest, arg2 ...grpc.CallOption) (dfdaemon.Daemon_DownloadClient, error)
Download mocks base method.
func (*MockV1) EXPECT ¶ added in v2.0.9
func (m *MockV1) EXPECT() *MockV1MockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockV1) ExportTask ¶ added in v2.0.9
func (m *MockV1) ExportTask(arg0 context.Context, arg1 *dfdaemon.ExportTaskRequest, arg2 ...grpc.CallOption) error
ExportTask mocks base method.
func (*MockV1) GetPieceTasks ¶ added in v2.0.9
func (m *MockV1) GetPieceTasks(arg0 context.Context, arg1 *common.PieceTaskRequest, arg2 ...grpc.CallOption) (*common.PiecePacket, error)
GetPieceTasks mocks base method.
func (*MockV1) ImportTask ¶ added in v2.0.9
func (m *MockV1) ImportTask(arg0 context.Context, arg1 *dfdaemon.ImportTaskRequest, arg2 ...grpc.CallOption) error
ImportTask mocks base method.
func (*MockV1) PeerExchange ¶ added in v2.1.41
func (m *MockV1) PeerExchange(ctx context.Context, opts ...grpc.CallOption) (dfdaemon.Daemon_PeerExchangeClient, error)
PeerExchange mocks base method.
func (*MockV1) StatTask ¶ added in v2.0.9
func (m *MockV1) StatTask(arg0 context.Context, arg1 *dfdaemon.StatTaskRequest, arg2 ...grpc.CallOption) error
StatTask mocks base method.
func (*MockV1) SyncPieceTasks ¶ added in v2.0.9
func (m *MockV1) SyncPieceTasks(arg0 context.Context, arg1 *common.PieceTaskRequest, arg2 ...grpc.CallOption) (dfdaemon.Daemon_SyncPieceTasksClient, error)
SyncPieceTasks mocks base method.
type MockV1MockRecorder ¶ added in v2.0.9
type MockV1MockRecorder struct {
// contains filtered or unexported fields
}
MockV1MockRecorder is the mock recorder for MockV1.
func (*MockV1MockRecorder) CheckHealth ¶ added in v2.0.9
func (mr *MockV1MockRecorder) CheckHealth(arg0 any, arg1 ...any) *gomock.Call
CheckHealth indicates an expected call of CheckHealth.
func (*MockV1MockRecorder) Close ¶ added in v2.0.9
func (mr *MockV1MockRecorder) Close() *gomock.Call
Close indicates an expected call of Close.
func (*MockV1MockRecorder) DeleteTask ¶ added in v2.0.9
func (mr *MockV1MockRecorder) DeleteTask(arg0, arg1 any, arg2 ...any) *gomock.Call
DeleteTask indicates an expected call of DeleteTask.
func (*MockV1MockRecorder) Download ¶ added in v2.0.9
func (mr *MockV1MockRecorder) Download(arg0, arg1 any, arg2 ...any) *gomock.Call
Download indicates an expected call of Download.
func (*MockV1MockRecorder) ExportTask ¶ added in v2.0.9
func (mr *MockV1MockRecorder) ExportTask(arg0, arg1 any, arg2 ...any) *gomock.Call
ExportTask indicates an expected call of ExportTask.
func (*MockV1MockRecorder) GetPieceTasks ¶ added in v2.0.9
func (mr *MockV1MockRecorder) GetPieceTasks(arg0, arg1 any, arg2 ...any) *gomock.Call
GetPieceTasks indicates an expected call of GetPieceTasks.
func (*MockV1MockRecorder) ImportTask ¶ added in v2.0.9
func (mr *MockV1MockRecorder) ImportTask(arg0, arg1 any, arg2 ...any) *gomock.Call
ImportTask indicates an expected call of ImportTask.
func (*MockV1MockRecorder) LeaveHost ¶ added in v2.1.32
func (mr *MockV1MockRecorder) LeaveHost(arg0 any, arg1 ...any) *gomock.Call
LeaveHost indicates an expected call of LeaveHost.
func (*MockV1MockRecorder) PeerExchange ¶ added in v2.1.41
func (mr *MockV1MockRecorder) PeerExchange(ctx any, opts ...any) *gomock.Call
PeerExchange indicates an expected call of PeerExchange.
func (*MockV1MockRecorder) StatTask ¶ added in v2.0.9
func (mr *MockV1MockRecorder) StatTask(arg0, arg1 any, arg2 ...any) *gomock.Call
StatTask indicates an expected call of StatTask.
func (*MockV1MockRecorder) SyncPieceTasks ¶ added in v2.0.9
func (mr *MockV1MockRecorder) SyncPieceTasks(arg0, arg1 any, arg2 ...any) *gomock.Call
SyncPieceTasks indicates an expected call of SyncPieceTasks.
type MockV2 ¶ added in v2.0.9
type MockV2 struct {
// contains filtered or unexported fields
}
MockV2 is a mock of V2 interface.
func NewMockV2 ¶ added in v2.0.9
func NewMockV2(ctrl *gomock.Controller) *MockV2
NewMockV2 creates a new mock instance.
func (*MockV2) DeleteCacheTask ¶ added in v2.1.49
func (m *MockV2) DeleteCacheTask(arg0 context.Context, arg1 *dfdaemon.DeleteCacheTaskRequest, arg2 ...grpc.CallOption) error
DeleteCacheTask mocks base method.
func (*MockV2) DownloadCacheTask ¶ added in v2.1.49
func (m *MockV2) DownloadCacheTask(arg0 context.Context, arg1 *dfdaemon.DownloadCacheTaskRequest, arg2 ...grpc.CallOption) (dfdaemon.DfdaemonUpload_DownloadCacheTaskClient, error)
DownloadCacheTask mocks base method.
func (*MockV2) DownloadPiece ¶ added in v2.1.24
func (m *MockV2) DownloadPiece(arg0 context.Context, arg1 *dfdaemon.DownloadPieceRequest, arg2 ...grpc.CallOption) (*dfdaemon.DownloadPieceResponse, error)
DownloadPiece mocks base method.
func (*MockV2) DownloadTask ¶ added in v2.0.9
func (m *MockV2) DownloadTask(arg0 context.Context, arg1 string, arg2 *dfdaemon.DownloadTaskRequest, arg3 ...grpc.CallOption) (dfdaemon.DfdaemonUpload_DownloadTaskClient, error)
DownloadTask mocks base method.
func (*MockV2) EXPECT ¶ added in v2.0.9
func (m *MockV2) EXPECT() *MockV2MockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockV2) StatCacheTask ¶ added in v2.1.49
func (m *MockV2) StatCacheTask(arg0 context.Context, arg1 *dfdaemon.StatCacheTaskRequest, arg2 ...grpc.CallOption) (*common.CacheTask, error)
StatCacheTask mocks base method.
func (*MockV2) SyncPieces ¶ added in v2.0.9
func (m *MockV2) SyncPieces(arg0 context.Context, arg1 *dfdaemon.SyncPiecesRequest, arg2 ...grpc.CallOption) (dfdaemon.DfdaemonUpload_SyncPiecesClient, error)
SyncPieces mocks base method.
type MockV2MockRecorder ¶ added in v2.0.9
type MockV2MockRecorder struct {
// contains filtered or unexported fields
}
MockV2MockRecorder is the mock recorder for MockV2.
func (*MockV2MockRecorder) Close ¶ added in v2.0.9
func (mr *MockV2MockRecorder) Close() *gomock.Call
Close indicates an expected call of Close.
func (*MockV2MockRecorder) DeleteCacheTask ¶ added in v2.1.49
func (mr *MockV2MockRecorder) DeleteCacheTask(arg0, arg1 any, arg2 ...any) *gomock.Call
DeleteCacheTask indicates an expected call of DeleteCacheTask.
func (*MockV2MockRecorder) DownloadCacheTask ¶ added in v2.1.49
func (mr *MockV2MockRecorder) DownloadCacheTask(arg0, arg1 any, arg2 ...any) *gomock.Call
DownloadCacheTask indicates an expected call of DownloadCacheTask.
func (*MockV2MockRecorder) DownloadPiece ¶ added in v2.1.24
func (mr *MockV2MockRecorder) DownloadPiece(arg0, arg1 any, arg2 ...any) *gomock.Call
DownloadPiece indicates an expected call of DownloadPiece.
func (*MockV2MockRecorder) DownloadTask ¶ added in v2.0.9
func (mr *MockV2MockRecorder) DownloadTask(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call
DownloadTask indicates an expected call of DownloadTask.
func (*MockV2MockRecorder) StatCacheTask ¶ added in v2.1.49
func (mr *MockV2MockRecorder) StatCacheTask(arg0, arg1 any, arg2 ...any) *gomock.Call
StatCacheTask indicates an expected call of StatCacheTask.
func (*MockV2MockRecorder) SyncPieces ¶ added in v2.0.9
func (mr *MockV2MockRecorder) SyncPieces(arg0, arg1 any, arg2 ...any) *gomock.Call
SyncPieces indicates an expected call of SyncPieces.