package empty_interface

import "github.com/golang/mock/mockgen/internal/tests/copyright_file"

Package empty_interface is a generated GoMock package.

Index

Types

type Empty

type Empty interface{}

type MockEmpty

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

MockEmpty is a mock of Empty interface

func NewMockEmpty

func NewMockEmpty(ctrl *gomock.Controller) *MockEmpty

NewMockEmpty creates a new mock instance

func (*MockEmpty) EXPECT

func (m *MockEmpty) EXPECT() *MockEmptyMockRecorder

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

type MockEmptyMockRecorder

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

MockEmptyMockRecorder is the mock recorder for MockEmpty

Source Files

input.go mock.go

Version
v1.4.1
Published
Feb 22, 2020
Platform
darwin/amd64
Imports
1 packages
Last checked
12 minutes ago

Tools for package owners.