mock_encryption

package
v0.0.0-...-0a5b8f6 Latest Latest
Warning

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

Go to latest
Published: Jul 20, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Package mock_encryption is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockAEAD

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

MockAEAD is a mock of AEAD interface.

func NewMockAEAD

func NewMockAEAD(ctrl *gomock.Controller) *MockAEAD

NewMockAEAD creates a new mock instance.

func (*MockAEAD) EXPECT

func (m *MockAEAD) EXPECT() *MockAEADMockRecorder

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockAEAD) Open

func (m *MockAEAD) Open(arg0 []byte) ([]byte, error)

Open mocks base method.

func (*MockAEAD) Seal

func (m *MockAEAD) Seal(arg0 []byte) ([]byte, error)

Seal mocks base method.

type MockAEADMockRecorder

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

MockAEADMockRecorder is the mock recorder for MockAEAD.

func (*MockAEADMockRecorder) Open

func (mr *MockAEADMockRecorder) Open(arg0 interface{}) *gomock.Call

Open indicates an expected call of Open.

func (*MockAEADMockRecorder) Seal

func (mr *MockAEADMockRecorder) Seal(arg0 interface{}) *gomock.Call

Seal indicates an expected call of Seal.

Jump to

Keyboard shortcuts

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