Documentation ¶
Overview ¶
Package mock_backend is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockIALiYunBackend ¶
type MockIALiYunBackend struct {
// contains filtered or unexported fields
}
MockIALiYunBackend is a mock of IALiYunBackend interface
func NewMockIALiYunBackend ¶
func NewMockIALiYunBackend(ctrl *gomock.Controller) *MockIALiYunBackend
NewMockIALiYunBackend creates a new mock instance
func (*MockIALiYunBackend) EXPECT ¶
func (m *MockIALiYunBackend) EXPECT() *MockIALiYunBackendMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockIALiYunBackend) IsExist ¶
func (m *MockIALiYunBackend) IsExist(arg0 string) (bool, error)
IsExist mocks base method
func (*MockIALiYunBackend) UploadObject ¶
func (m *MockIALiYunBackend) UploadObject(arg0 string, arg1 io.Reader) error
UploadObject mocks base method
type MockIALiYunBackendMockRecorder ¶
type MockIALiYunBackendMockRecorder struct {
// contains filtered or unexported fields
}
MockIALiYunBackendMockRecorder is the mock recorder for MockIALiYunBackend
func (*MockIALiYunBackendMockRecorder) IsExist ¶
func (mr *MockIALiYunBackendMockRecorder) IsExist(arg0 interface{}) *gomock.Call
IsExist indicates an expected call of IsExist
func (*MockIALiYunBackendMockRecorder) UploadObject ¶
func (mr *MockIALiYunBackendMockRecorder) UploadObject(arg0, arg1 interface{}) *gomock.Call
UploadObject indicates an expected call of UploadObject
Click to show internal directories.
Click to hide internal directories.