mocks

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Apr 28, 2019 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockDecrypter

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

MockDecrypter is a mock of Decrypter interface

func NewMockDecrypter

func NewMockDecrypter(ctrl *gomock.Controller) *MockDecrypter

NewMockDecrypter creates a new mock instance

func (*MockDecrypter) Decrypt

Decrypt mocks base method

func (*MockDecrypter) EXPECT

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

type MockDecrypterMockRecorder

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

MockDecrypterMockRecorder is the mock recorder for MockDecrypter

func (*MockDecrypterMockRecorder) Decrypt

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

Decrypt indicates an expected call of Decrypt

type MockEncrypter

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

MockEncrypter is a mock of Encrypter interface

func NewMockEncrypter

func NewMockEncrypter(ctrl *gomock.Controller) *MockEncrypter

NewMockEncrypter creates a new mock instance

func (*MockEncrypter) EXPECT

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

func (*MockEncrypter) Encrypt

Encrypt mocks base method

type MockEncrypterMockRecorder

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

MockEncrypterMockRecorder is the mock recorder for MockEncrypter

func (*MockEncrypterMockRecorder) Encrypt

func (mr *MockEncrypterMockRecorder) Encrypt(rand, pub, plain 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