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