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