Home
last modified time | relevance | path

Searched refs:MockS3APIMockRecorder (Results 1 – 1 of 1) sorted by relevance

/dports/www/tusd/tusd-1.8.0/pkg/s3store/
H A Ds3store_mock_test.go18 recorder *MockS3APIMockRecorder
22 type MockS3APIMockRecorder struct { struct
29 mock.recorder = &MockS3APIMockRecorder{mock}
34 func (m *MockS3API) EXPECT() *MockS3APIMockRecorder {
112 func (mr *MockS3APIMockRecorder) DeleteObjectWithContext(arg0, arg1 interface{}, arg2 ...interface{… argument
132 func (mr *MockS3APIMockRecorder) DeleteObjectsWithContext(arg0, arg1 interface{}, arg2 ...interface… argument
152 func (mr *MockS3APIMockRecorder) GetObjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) … argument
172 func (mr *MockS3APIMockRecorder) ListPartsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) … argument
192 func (mr *MockS3APIMockRecorder) PutObjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) … argument
212 func (mr *MockS3APIMockRecorder) UploadPartCopyWithContext(arg0, arg1 interface{}, arg2 ...interfac… argument
[all …]