package core

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

Package core is a generated GoMock package.

Index

Types

type Info

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

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
v1.5.0
Published
Feb 19, 2021
Platform
darwin/amd64
Imports
2 packages
Last checked
2 hours ago

Tools for package owners.