Documentation ¶
Overview ¶
Package mock_storage is a generated GoMock package.
Index ¶
- type MockAccountsClient
- func (m *MockAccountsClient) EXPECT() *MockAccountsClientMockRecorder
- func (m *MockAccountsClient) GetProperties(arg0 context.Context, arg1, arg2 string, arg3 storage.AccountExpand) (storage.Account, error)
- func (m *MockAccountsClient) ListAccountSAS(arg0 context.Context, arg1, arg2 string, arg3 storage.AccountSasParameters) (storage.ListAccountSasResponse, error)
- func (m *MockAccountsClient) ListKeys(arg0 context.Context, arg1, arg2 string, arg3 storage.ListKeyExpand) (storage.AccountListKeysResult, error)
- func (m *MockAccountsClient) Update(arg0 context.Context, arg1, arg2 string, arg3 storage.AccountUpdateParameters) (storage.Account, error)
- type MockAccountsClientMockRecorder
- func (mr *MockAccountsClientMockRecorder) GetProperties(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockAccountsClientMockRecorder) ListAccountSAS(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockAccountsClientMockRecorder) ListKeys(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockAccountsClientMockRecorder) Update(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockAccountsClient ¶
type MockAccountsClient struct {
// contains filtered or unexported fields
}
MockAccountsClient is a mock of AccountsClient interface.
func NewMockAccountsClient ¶
func NewMockAccountsClient(ctrl *gomock.Controller) *MockAccountsClient
NewMockAccountsClient creates a new mock instance.
func (*MockAccountsClient) EXPECT ¶
func (m *MockAccountsClient) EXPECT() *MockAccountsClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockAccountsClient) GetProperties ¶
func (m *MockAccountsClient) GetProperties(arg0 context.Context, arg1, arg2 string, arg3 storage.AccountExpand) (storage.Account, error)
GetProperties mocks base method.
func (*MockAccountsClient) ListAccountSAS ¶
func (m *MockAccountsClient) ListAccountSAS(arg0 context.Context, arg1, arg2 string, arg3 storage.AccountSasParameters) (storage.ListAccountSasResponse, error)
ListAccountSAS mocks base method.
func (*MockAccountsClient) ListKeys ¶
func (m *MockAccountsClient) ListKeys(arg0 context.Context, arg1, arg2 string, arg3 storage.ListKeyExpand) (storage.AccountListKeysResult, error)
ListKeys mocks base method.
type MockAccountsClientMockRecorder ¶
type MockAccountsClientMockRecorder struct {
// contains filtered or unexported fields
}
MockAccountsClientMockRecorder is the mock recorder for MockAccountsClient.
func (*MockAccountsClientMockRecorder) GetProperties ¶
func (mr *MockAccountsClientMockRecorder) GetProperties(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetProperties indicates an expected call of GetProperties.
func (*MockAccountsClientMockRecorder) ListAccountSAS ¶
func (mr *MockAccountsClientMockRecorder) ListAccountSAS(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
ListAccountSAS indicates an expected call of ListAccountSAS.
func (*MockAccountsClientMockRecorder) ListKeys ¶
func (mr *MockAccountsClientMockRecorder) ListKeys(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
ListKeys indicates an expected call of ListKeys.
func (*MockAccountsClientMockRecorder) Update ¶
func (mr *MockAccountsClientMockRecorder) Update(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
Update indicates an expected call of Update.
Click to show internal directories.
Click to hide internal directories.