mocks

package
v0.16.0 Latest Latest
Warning

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

Go to latest
Published: Dec 27, 2021 License: Apache-2.0 Imports: 5 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 MockInterface

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

MockInterface is a mock of Interface interface.

func NewMockInterface

func NewMockInterface(ctrl *gomock.Controller) *MockInterface

NewMockInterface creates a new mock instance.

func (*MockInterface) DeleteSecret

func (m *MockInterface) DeleteSecret(arg0 api.Interface, arg1 *secret.Secret) error

DeleteSecret mocks base method.

func (*MockInterface) EXPECT

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

func (*MockInterface) GetS3API

func (m *MockInterface) GetS3API() (api.Interface, error)

GetS3API mocks base method.

func (*MockInterface) GetSecret

func (m *MockInterface) GetSecret(arg0 api.Interface, arg1 *secret.Secret) error

GetSecret mocks base method.

func (*MockInterface) ListSecret

func (m *MockInterface) ListSecret(arg0 api.Interface, arg1 *controller.ListOptions) (*secret.Secrets, error)

ListSecret mocks base method.

func (*MockInterface) ListVersions

func (m *MockInterface) ListVersions(arg0 api.Interface, arg1 *secret.Secret) error

ListVersions mocks base method.

func (*MockInterface) SetSecret

func (m *MockInterface) SetSecret(arg0 api.Interface, arg1 *secret.Secret) error

SetSecret mocks base method.

type MockInterfaceMockRecorder

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

MockInterfaceMockRecorder is the mock recorder for MockInterface.

func (*MockInterfaceMockRecorder) DeleteSecret

func (mr *MockInterfaceMockRecorder) DeleteSecret(arg0, arg1 interface{}) *gomock.Call

DeleteSecret indicates an expected call of DeleteSecret.

func (*MockInterfaceMockRecorder) GetS3API

func (mr *MockInterfaceMockRecorder) GetS3API() *gomock.Call

GetS3API indicates an expected call of GetS3API.

func (*MockInterfaceMockRecorder) GetSecret

func (mr *MockInterfaceMockRecorder) GetSecret(arg0, arg1 interface{}) *gomock.Call

GetSecret indicates an expected call of GetSecret.

func (*MockInterfaceMockRecorder) ListSecret

func (mr *MockInterfaceMockRecorder) ListSecret(arg0, arg1 interface{}) *gomock.Call

ListSecret indicates an expected call of ListSecret.

func (*MockInterfaceMockRecorder) ListVersions

func (mr *MockInterfaceMockRecorder) ListVersions(arg0, arg1 interface{}) *gomock.Call

ListVersions indicates an expected call of ListVersions.

func (*MockInterfaceMockRecorder) SetSecret

func (mr *MockInterfaceMockRecorder) SetSecret(arg0, arg1 interface{}) *gomock.Call

SetSecret indicates an expected call of SetSecret.

Jump to

Keyboard shortcuts

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