mocks

package
v0.5.5 Latest Latest
Warning

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

Go to latest
Published: Sep 7, 2023 License: MPL-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockKVClient added in v0.5.0

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

MockKVClient is a mock of KVClient interface.

func NewMockKVClient added in v0.5.0

func NewMockKVClient(ctrl *gomock.Controller) *MockKVClient

NewMockKVClient creates a new mock instance.

func (*MockKVClient) EXPECT added in v0.5.0

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

func (*MockKVClient) Get added in v0.5.0

func (m *MockKVClient) Get(arg0 context.Context, arg1 string) (*api.KVSecret, error)

Get mocks base method.

type MockKVClientMockRecorder added in v0.5.0

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

MockKVClientMockRecorder is the mock recorder for MockKVClient.

func (*MockKVClientMockRecorder) Get added in v0.5.0

func (mr *MockKVClientMockRecorder) Get(arg0, arg1 interface{}) *gomock.Call

Get indicates an expected call of Get.

type MockLogicalClient

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

MockLogicalClient is a mock of LogicalClient interface.

func NewMockLogicalClient

func NewMockLogicalClient(ctrl *gomock.Controller) *MockLogicalClient

NewMockLogicalClient creates a new mock instance.

func (*MockLogicalClient) EXPECT

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

func (*MockLogicalClient) WriteWithContext

func (m *MockLogicalClient) WriteWithContext(arg0 context.Context, arg1 string, arg2 map[string]interface{}) (*api.Secret, error)

WriteWithContext mocks base method.

type MockLogicalClientMockRecorder

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

MockLogicalClientMockRecorder is the mock recorder for MockLogicalClient.

func (*MockLogicalClientMockRecorder) WriteWithContext

func (mr *MockLogicalClientMockRecorder) WriteWithContext(arg0, arg1, arg2 interface{}) *gomock.Call

WriteWithContext indicates an expected call of WriteWithContext.

Jump to

Keyboard shortcuts

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