mock

package
v0.3.7 Latest Latest
Warning

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

Go to latest
Published: Oct 30, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package mock_mocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockClientFactory

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

MockClientFactory is a mock of ClientFactory interface

func NewMockClientFactory

func NewMockClientFactory(ctrl *gomock.Controller) *MockClientFactory

NewMockClientFactory creates a new mock instance

func (*MockClientFactory) EXPECT

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

func (*MockClientFactory) NewSecretClient

func (m *MockClientFactory) NewSecretClient(ctx context.Context) (api.SecretClient, error)

NewSecretClient mocks base method

type MockClientFactoryMockRecorder

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

MockClientFactoryMockRecorder is the mock recorder for MockClientFactory

func (*MockClientFactoryMockRecorder) NewSecretClient

func (mr *MockClientFactoryMockRecorder) NewSecretClient(ctx interface{}) *gomock.Call

NewSecretClient indicates an expected call of NewSecretClient

type MockSecretClient

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

MockSecretClient is a mock of SecretClient interface

func NewMockSecretClient

func NewMockSecretClient(ctrl *gomock.Controller) *MockSecretClient

NewMockSecretClient creates a new mock instance

func (*MockSecretClient) AccessSecretVersion

AccessSecretVersion mocks base method

func (*MockSecretClient) AddSecretVersion

AddSecretVersion mocks base method

func (*MockSecretClient) Close

func (m *MockSecretClient) Close() error

Close mocks base method

func (*MockSecretClient) CreateSecret

CreateSecret mocks base method

func (*MockSecretClient) DeleteSecret

DeleteSecret mocks base method

func (*MockSecretClient) DestroySecretVersion

DestroySecretVersion mocks base method

func (*MockSecretClient) EXPECT

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

func (*MockSecretClient) ListSecretVersions

ListSecretVersions mocks base method

type MockSecretClientMockRecorder

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

MockSecretClientMockRecorder is the mock recorder for MockSecretClient

func (*MockSecretClientMockRecorder) AccessSecretVersion

func (mr *MockSecretClientMockRecorder) AccessSecretVersion(req interface{}) *gomock.Call

AccessSecretVersion indicates an expected call of AccessSecretVersion

func (*MockSecretClientMockRecorder) AddSecretVersion

func (mr *MockSecretClientMockRecorder) AddSecretVersion(req interface{}) *gomock.Call

AddSecretVersion indicates an expected call of AddSecretVersion

func (*MockSecretClientMockRecorder) Close

Close indicates an expected call of Close

func (*MockSecretClientMockRecorder) CreateSecret

func (mr *MockSecretClientMockRecorder) CreateSecret(req interface{}) *gomock.Call

CreateSecret indicates an expected call of CreateSecret

func (*MockSecretClientMockRecorder) DeleteSecret

func (mr *MockSecretClientMockRecorder) DeleteSecret(req interface{}) *gomock.Call

DeleteSecret indicates an expected call of DeleteSecret

func (*MockSecretClientMockRecorder) DestroySecretVersion

func (mr *MockSecretClientMockRecorder) DestroySecretVersion(req interface{}) *gomock.Call

DestroySecretVersion indicates an expected call of DestroySecretVersion

func (*MockSecretClientMockRecorder) ListSecretVersions

func (mr *MockSecretClientMockRecorder) ListSecretVersions(req interface{}) *gomock.Call

ListSecretVersions indicates an expected call of ListSecretVersions

type MockSecretListIterator

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

MockSecretListIterator is a mock of SecretListIterator interface

func NewMockSecretListIterator

func NewMockSecretListIterator(ctrl *gomock.Controller) *MockSecretListIterator

NewMockSecretListIterator creates a new mock instance

func (*MockSecretListIterator) EXPECT

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

func (*MockSecretListIterator) Next

Next mocks base method

type MockSecretListIteratorMockRecorder

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

MockSecretListIteratorMockRecorder is the mock recorder for MockSecretListIterator

func (*MockSecretListIteratorMockRecorder) Next

Next indicates an expected call of Next

Jump to

Keyboard shortcuts

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