Documentation ¶
Overview ¶
Package mock_azblob is a generated GoMock package.
Index ¶
- type MockAZBlobClient
- type MockAZBlobClientMockRecorder
- type MockManager
- func (m *MockManager) EXPECT() *MockManagerMockRecorder
- func (m *MockManager) GetAZBlobClient(arg0 string, arg1 *azblob0.ClientOptions) (azblob.AZBlobClient, error)
- func (m *MockManager) GetContainerProperties(arg0 context.Context, arg1, arg2, arg3 string) (armstorage.AccountsClientGetPropertiesResponse, error)
- type MockManagerMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockAZBlobClient ¶
type MockAZBlobClient struct {
// contains filtered or unexported fields
}
MockAZBlobClient is a mock of AZBlobClient interface.
func NewMockAZBlobClient ¶
func NewMockAZBlobClient(ctrl *gomock.Controller) *MockAZBlobClient
NewMockAZBlobClient creates a new mock instance.
func (*MockAZBlobClient) DeleteBlob ¶
func (m *MockAZBlobClient) DeleteBlob(arg0 context.Context, arg1, arg2 string) error
DeleteBlob mocks base method.
func (*MockAZBlobClient) EXPECT ¶
func (m *MockAZBlobClient) EXPECT() *MockAZBlobClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockAZBlobClient) UploadBuffer ¶
UploadBuffer mocks base method.
type MockAZBlobClientMockRecorder ¶
type MockAZBlobClientMockRecorder struct {
// contains filtered or unexported fields
}
MockAZBlobClientMockRecorder is the mock recorder for MockAZBlobClient.
func (*MockAZBlobClientMockRecorder) DeleteBlob ¶
func (mr *MockAZBlobClientMockRecorder) DeleteBlob(arg0, arg1, arg2 interface{}) *gomock.Call
DeleteBlob indicates an expected call of DeleteBlob.
func (*MockAZBlobClientMockRecorder) UploadBuffer ¶
func (mr *MockAZBlobClientMockRecorder) UploadBuffer(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
UploadBuffer indicates an expected call of UploadBuffer.
type MockManager ¶
type MockManager struct {
// contains filtered or unexported fields
}
MockManager is a mock of Manager interface.
func NewMockManager ¶
func NewMockManager(ctrl *gomock.Controller) *MockManager
NewMockManager creates a new mock instance.
func (*MockManager) EXPECT ¶
func (m *MockManager) EXPECT() *MockManagerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockManager) GetAZBlobClient ¶
func (m *MockManager) GetAZBlobClient(arg0 string, arg1 *azblob0.ClientOptions) (azblob.AZBlobClient, error)
GetAZBlobClient mocks base method.
func (*MockManager) GetContainerProperties ¶
func (m *MockManager) GetContainerProperties(arg0 context.Context, arg1, arg2, arg3 string) (armstorage.AccountsClientGetPropertiesResponse, error)
GetContainerProperties mocks base method.
type MockManagerMockRecorder ¶
type MockManagerMockRecorder struct {
// contains filtered or unexported fields
}
MockManagerMockRecorder is the mock recorder for MockManager.
func (*MockManagerMockRecorder) GetAZBlobClient ¶
func (mr *MockManagerMockRecorder) GetAZBlobClient(arg0, arg1 interface{}) *gomock.Call
GetAZBlobClient indicates an expected call of GetAZBlobClient.
func (*MockManagerMockRecorder) GetContainerProperties ¶
func (mr *MockManagerMockRecorder) GetContainerProperties(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetContainerProperties indicates an expected call of GetContainerProperties.