Documentation ¶
Overview ¶
This file was generated by counterfeiter
Index ¶
- type FakeCrypto
- func (fake *FakeCrypto) Decrypt(cipherText []byte, nonce []byte) ([]byte, error)
- func (fake *FakeCrypto) DecryptArgsForCall(i int) ([]byte, []byte)
- func (fake *FakeCrypto) DecryptCallCount() int
- func (fake *FakeCrypto) DecryptReturns(result1 []byte, result2 error)
- func (fake *FakeCrypto) Encrypt(plainText []byte) (cipherText []byte, nonce []byte, err error)
- func (fake *FakeCrypto) EncryptArgsForCall(i int) []byte
- func (fake *FakeCrypto) EncryptCallCount() int
- func (fake *FakeCrypto) EncryptReturns(result1 []byte, result2 []byte, result3 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeCrypto ¶
type FakeCrypto struct { EncryptStub func(plainText []byte) (cipherText []byte, nonce []byte, err error) DecryptStub func(cipherText, nonce []byte) ([]byte, error) // contains filtered or unexported fields }
func (*FakeCrypto) Decrypt ¶
func (fake *FakeCrypto) Decrypt(cipherText []byte, nonce []byte) ([]byte, error)
func (*FakeCrypto) DecryptArgsForCall ¶
func (fake *FakeCrypto) DecryptArgsForCall(i int) ([]byte, []byte)
func (*FakeCrypto) DecryptCallCount ¶
func (fake *FakeCrypto) DecryptCallCount() int
func (*FakeCrypto) DecryptReturns ¶
func (fake *FakeCrypto) DecryptReturns(result1 []byte, result2 error)
func (*FakeCrypto) Encrypt ¶
func (fake *FakeCrypto) Encrypt(plainText []byte) (cipherText []byte, nonce []byte, err error)
func (*FakeCrypto) EncryptArgsForCall ¶
func (fake *FakeCrypto) EncryptArgsForCall(i int) []byte
func (*FakeCrypto) EncryptCallCount ¶
func (fake *FakeCrypto) EncryptCallCount() int
func (*FakeCrypto) EncryptReturns ¶
func (fake *FakeCrypto) EncryptReturns(result1 []byte, result2 []byte, result3 error)
Click to show internal directories.
Click to hide internal directories.