mock

package
v0.57.1 Latest Latest
Warning

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

Go to latest
Published: Jan 29, 2025 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package mock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type KeyVaultClient

type KeyVaultClient struct {
	// contains filtered or unexported fields
}

KeyVaultClient is a mock of KeyVaultClient interface.

func NewKeyVaultClient

func NewKeyVaultClient(ctrl *gomock.Controller) *KeyVaultClient

NewKeyVaultClient creates a new mock instance.

func (*KeyVaultClient) CreateKey

CreateKey mocks base method.

func (*KeyVaultClient) EXPECT

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

func (*KeyVaultClient) GetKey

func (m *KeyVaultClient) GetKey(ctx context.Context, name, version string, options *azkeys.GetKeyOptions) (azkeys.GetKeyResponse, error)

GetKey mocks base method.

func (*KeyVaultClient) Sign

func (m *KeyVaultClient) Sign(ctx context.Context, name, version string, parameters azkeys.SignParameters, options *azkeys.SignOptions) (azkeys.SignResponse, error)

Sign mocks base method.

type KeyVaultClientMockRecorder

type KeyVaultClientMockRecorder struct {
	// contains filtered or unexported fields
}

KeyVaultClientMockRecorder is the mock recorder for KeyVaultClient.

func (*KeyVaultClientMockRecorder) CreateKey

func (mr *KeyVaultClientMockRecorder) CreateKey(ctx, name, parameters, options any) *gomock.Call

CreateKey indicates an expected call of CreateKey.

func (*KeyVaultClientMockRecorder) GetKey

func (mr *KeyVaultClientMockRecorder) GetKey(ctx, name, version, options any) *gomock.Call

GetKey indicates an expected call of GetKey.

func (*KeyVaultClientMockRecorder) Sign

func (mr *KeyVaultClientMockRecorder) Sign(ctx, name, version, parameters, options any) *gomock.Call

Sign indicates an expected call of Sign.

Jump to

Keyboard shortcuts

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