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