package empty_interface
import "github.com/golang/mock/mockgen/internal/tests/empty_interface"
Package empty_interface is a generated GoMock package.
Index ¶
- type Empty
- type MockEmpty
- func NewMockEmpty(ctrl *gomock.Controller) *MockEmpty
- func (m *MockEmpty) EXPECT() *MockEmptyMockRecorder
- type MockEmptyMockRecorder
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 ¶
- Version
- v1.4.3
- Published
- Mar 16, 2020
- Platform
- linux/amd64
- Imports
- 1 packages
- Last checked
- 1 minute ago –
Tools for package owners.