Documentation ¶
Overview ¶
Package empty_interface is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Empty ¶
type Empty interface{} // migrating interface{} -> any does not resolve to an interface type dropping test generation added in b391ab3
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.
Click to show internal directories.
Click to hide internal directories.