mocks

package
v2.15.0-rc0 Latest Latest
Warning

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

Go to latest
Published: Aug 6, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Decryptor

type Decryptor struct {
	mock.Mock
}

Decryptor is an autogenerated mock type for the Decryptor type

func NewDecryptor

func NewDecryptor(t interface {
	mock.TestingT
	Cleanup(func())
}) *Decryptor

NewDecryptor creates a new instance of Decryptor. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*Decryptor) Decrypt

func (_m *Decryptor) Decrypt(ctx context.Context, ciphertextId decryptionplugin.CiphertextId, ciphertext []byte) ([]byte, error)

Decrypt provides a mock function with given fields: ctx, ciphertextId, ciphertext

func (*Decryptor) EXPECT added in v2.15.0

func (_m *Decryptor) EXPECT() *Decryptor_Expecter

type Decryptor_Decrypt_Call added in v2.15.0

type Decryptor_Decrypt_Call struct {
	*mock.Call
}

Decryptor_Decrypt_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Decrypt'

func (*Decryptor_Decrypt_Call) Return added in v2.15.0

func (_c *Decryptor_Decrypt_Call) Return(_a0 []byte, _a1 error) *Decryptor_Decrypt_Call

func (*Decryptor_Decrypt_Call) Run added in v2.15.0

func (_c *Decryptor_Decrypt_Call) Run(run func(ctx context.Context, ciphertextId decryptionplugin.CiphertextId, ciphertext []byte)) *Decryptor_Decrypt_Call

func (*Decryptor_Decrypt_Call) RunAndReturn added in v2.15.0

type Decryptor_Expecter added in v2.15.0

type Decryptor_Expecter struct {
	// contains filtered or unexported fields
}

func (*Decryptor_Expecter) Decrypt added in v2.15.0

func (_e *Decryptor_Expecter) Decrypt(ctx interface{}, ciphertextId interface{}, ciphertext interface{}) *Decryptor_Decrypt_Call

Decrypt is a helper method to define mock.On call

  • ctx context.Context
  • ciphertextId decryptionplugin.CiphertextId
  • ciphertext []byte

Jump to

Keyboard shortcuts

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