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

package empty_interface

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

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

Tools for package owners.