fakes

package
v0.0.0-...-2ae1647 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 17, 2024 License: Apache-2.0, BSD-2-Clause-Views, BSD-3-Clause, + 1 more Imports: 2 Imported by: 0

Documentation

Overview

This file was generated by counterfeiter

Index

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)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL