mock_encryption

package
v0.0.0-...-a580c8e Latest Latest
Warning

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

Go to latest
Published: Sep 18, 2020 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 MockCipher

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

MockCipher is a mock of Cipher interface

func NewMockCipher

func NewMockCipher(ctrl *gomock.Controller) *MockCipher

NewMockCipher creates a new mock instance

func (*MockCipher) Decrypt

func (m *MockCipher) Decrypt(arg0 []byte) ([]byte, error)

Decrypt mocks base method

func (*MockCipher) EXPECT

func (m *MockCipher) EXPECT() *MockCipherMockRecorder

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

func (*MockCipher) Encrypt

func (m *MockCipher) Encrypt(arg0 []byte) ([]byte, error)

Encrypt mocks base method

type MockCipherMockRecorder

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

MockCipherMockRecorder is the mock recorder for MockCipher

func (*MockCipherMockRecorder) Decrypt

func (mr *MockCipherMockRecorder) Decrypt(arg0 interface{}) *gomock.Call

Decrypt indicates an expected call of Decrypt

func (*MockCipherMockRecorder) Encrypt

func (mr *MockCipherMockRecorder) Encrypt(arg0 interface{}) *gomock.Call

Encrypt indicates an expected call of Encrypt

Jump to

Keyboard shortcuts

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