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.4.1
Published
Feb 22, 2020
Platform
linux/amd64
Imports
2 packages
Last checked
32 seconds ago

Tools for package owners.