mockgo.uber.org/mock/mockgen/internal/tests/copyright_file Index | Files

package empty_interface

import "go.uber.org/mock/mockgen/internal/tests/copyright_file"

Package empty_interface is a generated GoMock package.

Index

Types

type Empty

type Empty interface{} // migrating interface{} -> any does not resolve to an interface type dropping test generation added in b391ab3

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
v0.5.2 (latest)
Published
Apr 28, 2025
Platform
linux/amd64
Imports
1 packages
Last checked
5 hours ago

Tools for package owners.