Documentation ¶
Overview ¶
This file was generated by counterfeiter
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeVerifier ¶
type FakeVerifier struct { VerifyStub func(config *config_package.Config) (authorized bool, err error) // contains filtered or unexported fields }
func (*FakeVerifier) Verify ¶
func (fake *FakeVerifier) Verify(config *config_package.Config) (authorized bool, err error)
func (*FakeVerifier) VerifyArgsForCall ¶
func (fake *FakeVerifier) VerifyArgsForCall(i int) *config_package.Config
func (*FakeVerifier) VerifyCallCount ¶
func (fake *FakeVerifier) VerifyCallCount() int
func (*FakeVerifier) VerifyReturns ¶
func (fake *FakeVerifier) VerifyReturns(result1 bool, result2 error)
Click to show internal directories.
Click to hide internal directories.