Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeEncryptor
- func (fake *FakeEncryptor) Decrypt(arg1 []byte) ([]byte, error)
- func (fake *FakeEncryptor) DecryptArgsForCall(i int) []byte
- func (fake *FakeEncryptor) DecryptCallCount() int
- func (fake *FakeEncryptor) DecryptCalls(stub func([]byte) ([]byte, error))
- func (fake *FakeEncryptor) DecryptReturns(result1 []byte, result2 error)
- func (fake *FakeEncryptor) DecryptReturnsOnCall(i int, result1 []byte, result2 error)
- func (fake *FakeEncryptor) Encrypt(arg1 []byte) ([]byte, error)
- func (fake *FakeEncryptor) EncryptArgsForCall(i int) []byte
- func (fake *FakeEncryptor) EncryptCallCount() int
- func (fake *FakeEncryptor) EncryptCalls(stub func([]byte) ([]byte, error))
- func (fake *FakeEncryptor) EncryptReturns(result1 []byte, result2 error)
- func (fake *FakeEncryptor) EncryptReturnsOnCall(i int, result1 []byte, result2 error)
- func (fake *FakeEncryptor) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeEncryptor ¶
type FakeEncryptor struct { DecryptStub func([]byte) ([]byte, error) EncryptStub func([]byte) ([]byte, error) // contains filtered or unexported fields }
func (*FakeEncryptor) DecryptArgsForCall ¶
func (fake *FakeEncryptor) DecryptArgsForCall(i int) []byte
func (*FakeEncryptor) DecryptCallCount ¶
func (fake *FakeEncryptor) DecryptCallCount() int
func (*FakeEncryptor) DecryptCalls ¶
func (fake *FakeEncryptor) DecryptCalls(stub func([]byte) ([]byte, error))
func (*FakeEncryptor) DecryptReturns ¶
func (fake *FakeEncryptor) DecryptReturns(result1 []byte, result2 error)
func (*FakeEncryptor) DecryptReturnsOnCall ¶
func (fake *FakeEncryptor) DecryptReturnsOnCall(i int, result1 []byte, result2 error)
func (*FakeEncryptor) EncryptArgsForCall ¶
func (fake *FakeEncryptor) EncryptArgsForCall(i int) []byte
func (*FakeEncryptor) EncryptCallCount ¶
func (fake *FakeEncryptor) EncryptCallCount() int
func (*FakeEncryptor) EncryptCalls ¶
func (fake *FakeEncryptor) EncryptCalls(stub func([]byte) ([]byte, error))
func (*FakeEncryptor) EncryptReturns ¶
func (fake *FakeEncryptor) EncryptReturns(result1 []byte, result2 error)
func (*FakeEncryptor) EncryptReturnsOnCall ¶
func (fake *FakeEncryptor) EncryptReturnsOnCall(i int, result1 []byte, result2 error)
func (*FakeEncryptor) Invocations ¶
func (fake *FakeEncryptor) Invocations() map[string][][]interface{}
Click to show internal directories.
Click to hide internal directories.