mock_storage

package
v0.0.0-...-ba303d9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 10, 2026 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package mock_storage is a generated GoMock package.

Index

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

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockAccountsClient) GetProperties

func (m *MockAccountsClient) GetProperties(ctx context.Context, resourceGroupName, accountName string, expand storage.AccountExpand) (storage.Account, error)

GetProperties mocks base method.

func (*MockAccountsClient) ListAccountSAS

func (m *MockAccountsClient) ListAccountSAS(ctx context.Context, resourceGroupName, accountName string, parameters storage.AccountSasParameters) (storage.ListAccountSasResponse, error)

ListAccountSAS mocks base method.

func (*MockAccountsClient) ListKeys

func (m *MockAccountsClient) ListKeys(ctx context.Context, resourceGroupName, accountName string, expand storage.ListKeyExpand) (storage.AccountListKeysResult, error)

ListKeys mocks base method.

func (*MockAccountsClient) Update

func (m *MockAccountsClient) Update(ctx context.Context, resourceGroupName, accountName string, parameters storage.AccountUpdateParameters) (storage.Account, error)

Update 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(ctx, resourceGroupName, accountName, expand any) *gomock.Call

GetProperties indicates an expected call of GetProperties.

func (*MockAccountsClientMockRecorder) ListAccountSAS

func (mr *MockAccountsClientMockRecorder) ListAccountSAS(ctx, resourceGroupName, accountName, parameters any) *gomock.Call

ListAccountSAS indicates an expected call of ListAccountSAS.

func (*MockAccountsClientMockRecorder) ListKeys

func (mr *MockAccountsClientMockRecorder) ListKeys(ctx, resourceGroupName, accountName, expand any) *gomock.Call

ListKeys indicates an expected call of ListKeys.

func (*MockAccountsClientMockRecorder) Update

func (mr *MockAccountsClientMockRecorder) Update(ctx, resourceGroupName, accountName, parameters any) *gomock.Call

Update indicates an expected call of Update.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL