Documentation ¶
Overview ¶
Package mock_storage is a generated GoMock package.
Index ¶
- type MockAccountsClient
- func (m *MockAccountsClient) CreateAndWait(arg0 context.Context, arg1, arg2 string, arg3 storage.AccountCreateParameters) error
- func (m *MockAccountsClient) EXPECT() *MockAccountsClientMockRecorder
- func (m *MockAccountsClient) ListAccountSAS(arg0 context.Context, arg1, arg2 string, arg3 storage.AccountSasParameters) (storage.ListAccountSasResponse, error)
- func (m *MockAccountsClient) ListByResourceGroup(arg0 context.Context, arg1 string) (storage.AccountListResult, error)
- func (m *MockAccountsClient) ListKeys(arg0 context.Context, arg1, arg2 string, arg3 storage.ListKeyExpand) (storage.AccountListKeysResult, error)
- type MockAccountsClientMockRecorder
- func (mr *MockAccountsClientMockRecorder) CreateAndWait(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockAccountsClientMockRecorder) ListAccountSAS(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockAccountsClientMockRecorder) ListByResourceGroup(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAccountsClientMockRecorder) ListKeys(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) CreateAndWait ¶
func (m *MockAccountsClient) CreateAndWait(arg0 context.Context, arg1, arg2 string, arg3 storage.AccountCreateParameters) error
CreateAndWait mocks base method
func (*MockAccountsClient) EXPECT ¶
func (m *MockAccountsClient) EXPECT() *MockAccountsClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
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) ListByResourceGroup ¶
func (m *MockAccountsClient) ListByResourceGroup(arg0 context.Context, arg1 string) (storage.AccountListResult, error)
ListByResourceGroup 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) CreateAndWait ¶
func (mr *MockAccountsClientMockRecorder) CreateAndWait(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
CreateAndWait indicates an expected call of CreateAndWait
func (*MockAccountsClientMockRecorder) ListAccountSAS ¶
func (mr *MockAccountsClientMockRecorder) ListAccountSAS(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
ListAccountSAS indicates an expected call of ListAccountSAS
func (*MockAccountsClientMockRecorder) ListByResourceGroup ¶
func (mr *MockAccountsClientMockRecorder) ListByResourceGroup(arg0, arg1 interface{}) *gomock.Call
ListByResourceGroup indicates an expected call of ListByResourceGroup
func (*MockAccountsClientMockRecorder) ListKeys ¶
func (mr *MockAccountsClientMockRecorder) ListKeys(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
ListKeys indicates an expected call of ListKeys