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

package core

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

Package core is a generated GoMock package.

Index

Types

type Info

type Info struct{}

type Methods

type Methods interface {
	// contains filtered or unexported methods
}

type MockMethods

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

MockMethods is a mock of Methods interface.

func NewMockMethods

func NewMockMethods(ctrl *gomock.Controller) *MockMethods

NewMockMethods creates a new mock instance.

func (*MockMethods) EXPECT

func (m *MockMethods) EXPECT() *MockMethodsMockRecorder

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

type MockMethodsMockRecorder

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

MockMethodsMockRecorder is the mock recorder for MockMethods.

Source Files

mock.go types.go

Version
v0.5.2 (latest)
Published
Apr 28, 2025
Platform
linux/amd64
Imports
2 packages
Last checked
1 week ago

Tools for package owners.