mock_provider

package
v1.0.1 Latest Latest
Warning

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

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

Documentation

Overview

Package mock_provider is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockAuth

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

MockAuth is a mock of Auth interface.

func NewMockAuth

func NewMockAuth(ctrl *gomock.Controller) *MockAuth

NewMockAuth creates a new mock instance.

func (*MockAuth) EXPECT

func (m *MockAuth) EXPECT() *MockAuthMockRecorder

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

func (*MockAuth) Login

func (m *MockAuth) Login(arg0 context.Context, arg1 api.AuthMethod) (*api.Secret, error)

Login mocks base method.

type MockAuthMockRecorder

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

MockAuthMockRecorder is the mock recorder for MockAuth.

func (*MockAuthMockRecorder) Login

func (mr *MockAuthMockRecorder) Login(arg0, arg1 interface{}) *gomock.Call

Login indicates an expected call of Login.

type MockLogicaler

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

MockLogicaler is a mock of Logicaler interface.

func NewMockLogicaler

func NewMockLogicaler(ctrl *gomock.Controller) *MockLogicaler

NewMockLogicaler creates a new mock instance.

func (*MockLogicaler) EXPECT

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

func (*MockLogicaler) Read

func (m *MockLogicaler) Read(path string) (*api.Secret, error)

Read mocks base method.

type MockLogicalerMockRecorder

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

MockLogicalerMockRecorder is the mock recorder for MockLogicaler.

func (*MockLogicalerMockRecorder) Read

func (mr *MockLogicalerMockRecorder) Read(path interface{}) *gomock.Call

Read indicates an expected call of Read.

Jump to

Keyboard shortcuts

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