Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type Crypto
- func (fake *Crypto) GetCrypto() (*config.Response, error)
- func (fake *Crypto) GetCryptoCallCount() int
- func (fake *Crypto) GetCryptoCalls(stub func() (*config.Response, error))
- func (fake *Crypto) GetCryptoReturns(result1 *config.Response, result2 error)
- func (fake *Crypto) GetCryptoReturnsOnCall(i int, result1 *config.Response, result2 error)
- func (fake *Crypto) Invocations() map[string][][]interface{}
- func (fake *Crypto) PingCA() error
- func (fake *Crypto) PingCACallCount() int
- func (fake *Crypto) PingCACalls(stub func() error)
- func (fake *Crypto) PingCAReturns(result1 error)
- func (fake *Crypto) PingCAReturnsOnCall(i int, result1 error)
- func (fake *Crypto) Validate() error
- func (fake *Crypto) ValidateCallCount() int
- func (fake *Crypto) ValidateCalls(stub func() error)
- func (fake *Crypto) ValidateReturns(result1 error)
- func (fake *Crypto) ValidateReturnsOnCall(i int, result1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Crypto ¶
type Crypto struct { GetCryptoStub func() (*config.Response, error) PingCAStub func() error ValidateStub func() error // contains filtered or unexported fields }
func (*Crypto) GetCryptoCallCount ¶
func (*Crypto) GetCryptoCalls ¶
func (*Crypto) GetCryptoReturns ¶
func (*Crypto) GetCryptoReturnsOnCall ¶
func (*Crypto) Invocations ¶
func (*Crypto) PingCACallCount ¶
func (*Crypto) PingCACalls ¶
func (*Crypto) PingCAReturns ¶
func (*Crypto) PingCAReturnsOnCall ¶
func (*Crypto) ValidateCallCount ¶
func (*Crypto) ValidateCalls ¶
func (*Crypto) ValidateReturns ¶
func (*Crypto) ValidateReturnsOnCall ¶
Click to show internal directories.
Click to hide internal directories.