fakes

package
v0.0.0-...-0c4cfe8 Latest Latest
Warning

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

Go to latest
Published: Apr 2, 2021 License: MPL-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Code generated by counterfeiter. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FakeSecretService

type FakeSecretService struct {
	AppRoleLoginStub func(string, string, string, string, string, string, bool) (*api.Secret, error)

	CertLoginStub func(string, string, string, string, string, string, bool) (*api.Secret, error)

	DeleteStub func(string) (*api.Secret, error)

	GetClientStub func() *api.Client

	IsKVv2Stub func(string) (string, bool, error)

	ListStub func(string) (*api.Secret, error)

	ReadStub func(string) (*api.Secret, error)

	ReadWithDataStub func(string, map[string][]string) (*api.Secret, error)

	SetClientStub func(*api.Client)

	UserPassLoginStub func(string, string, string, string, string, string, bool) (*api.Secret, error)

	WriteStub func(string, map[string]interface{}) (*api.Secret, error)
	// contains filtered or unexported fields
}

func (*FakeSecretService) AppRoleLogin

func (fake *FakeSecretService) AppRoleLogin(arg1 string, arg2 string, arg3 string, arg4 string, arg5 string, arg6 string, arg7 bool) (*api.Secret, error)

func (*FakeSecretService) AppRoleLoginArgsForCall

func (fake *FakeSecretService) AppRoleLoginArgsForCall(i int) (string, string, string, string, string, string, bool)

func (*FakeSecretService) AppRoleLoginCallCount

func (fake *FakeSecretService) AppRoleLoginCallCount() int

func (*FakeSecretService) AppRoleLoginCalls

func (fake *FakeSecretService) AppRoleLoginCalls(stub func(string, string, string, string, string, string, bool) (*api.Secret, error))

func (*FakeSecretService) AppRoleLoginReturns

func (fake *FakeSecretService) AppRoleLoginReturns(result1 *api.Secret, result2 error)

func (*FakeSecretService) AppRoleLoginReturnsOnCall

func (fake *FakeSecretService) AppRoleLoginReturnsOnCall(i int, result1 *api.Secret, result2 error)

func (*FakeSecretService) CertLogin

func (fake *FakeSecretService) CertLogin(arg1 string, arg2 string, arg3 string, arg4 string, arg5 string, arg6 string, arg7 bool) (*api.Secret, error)

func (*FakeSecretService) CertLoginArgsForCall

func (fake *FakeSecretService) CertLoginArgsForCall(i int) (string, string, string, string, string, string, bool)

func (*FakeSecretService) CertLoginCallCount

func (fake *FakeSecretService) CertLoginCallCount() int

func (*FakeSecretService) CertLoginCalls

func (fake *FakeSecretService) CertLoginCalls(stub func(string, string, string, string, string, string, bool) (*api.Secret, error))

func (*FakeSecretService) CertLoginReturns

func (fake *FakeSecretService) CertLoginReturns(result1 *api.Secret, result2 error)

func (*FakeSecretService) CertLoginReturnsOnCall

func (fake *FakeSecretService) CertLoginReturnsOnCall(i int, result1 *api.Secret, result2 error)

func (*FakeSecretService) Delete

func (fake *FakeSecretService) Delete(arg1 string) (*api.Secret, error)

func (*FakeSecretService) DeleteArgsForCall

func (fake *FakeSecretService) DeleteArgsForCall(i int) string

func (*FakeSecretService) DeleteCallCount

func (fake *FakeSecretService) DeleteCallCount() int

func (*FakeSecretService) DeleteCalls

func (fake *FakeSecretService) DeleteCalls(stub func(string) (*api.Secret, error))

func (*FakeSecretService) DeleteReturns

func (fake *FakeSecretService) DeleteReturns(result1 *api.Secret, result2 error)

func (*FakeSecretService) DeleteReturnsOnCall

func (fake *FakeSecretService) DeleteReturnsOnCall(i int, result1 *api.Secret, result2 error)

func (*FakeSecretService) GetClient

func (fake *FakeSecretService) GetClient() *api.Client

func (*FakeSecretService) GetClientCallCount

func (fake *FakeSecretService) GetClientCallCount() int

func (*FakeSecretService) GetClientCalls

func (fake *FakeSecretService) GetClientCalls(stub func() *api.Client)

func (*FakeSecretService) GetClientReturns

func (fake *FakeSecretService) GetClientReturns(result1 *api.Client)

func (*FakeSecretService) GetClientReturnsOnCall

func (fake *FakeSecretService) GetClientReturnsOnCall(i int, result1 *api.Client)

func (*FakeSecretService) Invocations

func (fake *FakeSecretService) Invocations() map[string][][]interface{}

func (*FakeSecretService) IsKVv2

func (fake *FakeSecretService) IsKVv2(arg1 string) (string, bool, error)

func (*FakeSecretService) IsKVv2ArgsForCall

func (fake *FakeSecretService) IsKVv2ArgsForCall(i int) string

func (*FakeSecretService) IsKVv2CallCount

func (fake *FakeSecretService) IsKVv2CallCount() int

func (*FakeSecretService) IsKVv2Calls

func (fake *FakeSecretService) IsKVv2Calls(stub func(string) (string, bool, error))

func (*FakeSecretService) IsKVv2Returns

func (fake *FakeSecretService) IsKVv2Returns(result1 string, result2 bool, result3 error)

func (*FakeSecretService) IsKVv2ReturnsOnCall

func (fake *FakeSecretService) IsKVv2ReturnsOnCall(i int, result1 string, result2 bool, result3 error)

func (*FakeSecretService) List

func (fake *FakeSecretService) List(arg1 string) (*api.Secret, error)

func (*FakeSecretService) ListArgsForCall

func (fake *FakeSecretService) ListArgsForCall(i int) string

func (*FakeSecretService) ListCallCount

func (fake *FakeSecretService) ListCallCount() int

func (*FakeSecretService) ListCalls

func (fake *FakeSecretService) ListCalls(stub func(string) (*api.Secret, error))

func (*FakeSecretService) ListReturns

func (fake *FakeSecretService) ListReturns(result1 *api.Secret, result2 error)

func (*FakeSecretService) ListReturnsOnCall

func (fake *FakeSecretService) ListReturnsOnCall(i int, result1 *api.Secret, result2 error)

func (*FakeSecretService) Read

func (fake *FakeSecretService) Read(arg1 string) (*api.Secret, error)

func (*FakeSecretService) ReadArgsForCall

func (fake *FakeSecretService) ReadArgsForCall(i int) string

func (*FakeSecretService) ReadCallCount

func (fake *FakeSecretService) ReadCallCount() int

func (*FakeSecretService) ReadCalls

func (fake *FakeSecretService) ReadCalls(stub func(string) (*api.Secret, error))

func (*FakeSecretService) ReadReturns

func (fake *FakeSecretService) ReadReturns(result1 *api.Secret, result2 error)

func (*FakeSecretService) ReadReturnsOnCall

func (fake *FakeSecretService) ReadReturnsOnCall(i int, result1 *api.Secret, result2 error)

func (*FakeSecretService) ReadWithData

func (fake *FakeSecretService) ReadWithData(arg1 string, arg2 map[string][]string) (*api.Secret, error)

func (*FakeSecretService) ReadWithDataArgsForCall

func (fake *FakeSecretService) ReadWithDataArgsForCall(i int) (string, map[string][]string)

func (*FakeSecretService) ReadWithDataCallCount

func (fake *FakeSecretService) ReadWithDataCallCount() int

func (*FakeSecretService) ReadWithDataCalls

func (fake *FakeSecretService) ReadWithDataCalls(stub func(string, map[string][]string) (*api.Secret, error))

func (*FakeSecretService) ReadWithDataReturns

func (fake *FakeSecretService) ReadWithDataReturns(result1 *api.Secret, result2 error)

func (*FakeSecretService) ReadWithDataReturnsOnCall

func (fake *FakeSecretService) ReadWithDataReturnsOnCall(i int, result1 *api.Secret, result2 error)

func (*FakeSecretService) SetClient

func (fake *FakeSecretService) SetClient(arg1 *api.Client)

func (*FakeSecretService) SetClientArgsForCall

func (fake *FakeSecretService) SetClientArgsForCall(i int) *api.Client

func (*FakeSecretService) SetClientCallCount

func (fake *FakeSecretService) SetClientCallCount() int

func (*FakeSecretService) SetClientCalls

func (fake *FakeSecretService) SetClientCalls(stub func(*api.Client))

func (*FakeSecretService) UserPassLogin

func (fake *FakeSecretService) UserPassLogin(arg1 string, arg2 string, arg3 string, arg4 string, arg5 string, arg6 string, arg7 bool) (*api.Secret, error)

func (*FakeSecretService) UserPassLoginArgsForCall

func (fake *FakeSecretService) UserPassLoginArgsForCall(i int) (string, string, string, string, string, string, bool)

func (*FakeSecretService) UserPassLoginCallCount

func (fake *FakeSecretService) UserPassLoginCallCount() int

func (*FakeSecretService) UserPassLoginCalls

func (fake *FakeSecretService) UserPassLoginCalls(stub func(string, string, string, string, string, string, bool) (*api.Secret, error))

func (*FakeSecretService) UserPassLoginReturns

func (fake *FakeSecretService) UserPassLoginReturns(result1 *api.Secret, result2 error)

func (*FakeSecretService) UserPassLoginReturnsOnCall

func (fake *FakeSecretService) UserPassLoginReturnsOnCall(i int, result1 *api.Secret, result2 error)

func (*FakeSecretService) Write

func (fake *FakeSecretService) Write(arg1 string, arg2 map[string]interface{}) (*api.Secret, error)

func (*FakeSecretService) WriteArgsForCall

func (fake *FakeSecretService) WriteArgsForCall(i int) (string, map[string]interface{})

func (*FakeSecretService) WriteCallCount

func (fake *FakeSecretService) WriteCallCount() int

func (*FakeSecretService) WriteCalls

func (fake *FakeSecretService) WriteCalls(stub func(string, map[string]interface{}) (*api.Secret, error))

func (*FakeSecretService) WriteReturns

func (fake *FakeSecretService) WriteReturns(result1 *api.Secret, result2 error)

func (*FakeSecretService) WriteReturnsOnCall

func (fake *FakeSecretService) WriteReturnsOnCall(i int, result1 *api.Secret, result2 error)

Jump to

Keyboard shortcuts

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