package mock_build_flags

import "go.uber.org/mock/mockgen/internal/tests/build_flags/mock1"

Package mock_build_flags is a generated GoMock package.

Index

Types

type MockInterface

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

MockInterface is a mock of Interface interface.

func NewMockInterface

func NewMockInterface(ctrl *gomock.Controller) *MockInterface

NewMockInterface creates a new mock instance.

func (*MockInterface) EXPECT

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

func (*MockInterface) HelloWorld

func (m *MockInterface) HelloWorld() string

HelloWorld mocks base method.

type MockInterfaceMockRecorder

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

MockInterfaceMockRecorder is the mock recorder for MockInterface.

func (*MockInterfaceMockRecorder) HelloWorld

func (mr *MockInterfaceMockRecorder) HelloWorld() *gomock.Call

HelloWorld indicates an expected call of HelloWorld.

Source Files

interfaces_mock.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.