Documentation ¶
Overview ¶
Package beehive is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockModule ¶
type MockModule struct {
// contains filtered or unexported fields
}
MockModule is a mock of Module interface
func NewMockModule ¶
func NewMockModule(ctrl *gomock.Controller) *MockModule
NewMockModule creates a new mock instance
func (*MockModule) EXPECT ¶
func (m *MockModule) EXPECT() *MockModuleMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockModule) Enable ¶ added in v1.6.1
func (m *MockModule) Enable() bool
Enable mocks base method
type MockModuleMockRecorder ¶
type MockModuleMockRecorder struct {
// contains filtered or unexported fields
}
MockModuleMockRecorder is the mock recorder for MockModule
func (*MockModuleMockRecorder) Enable ¶ added in v1.6.1
func (mr *MockModuleMockRecorder) Enable() *gomock.Call
Enable indicates an expected call of Enable
func (*MockModuleMockRecorder) Group ¶
func (mr *MockModuleMockRecorder) Group() *gomock.Call
Group indicates an expected call of Group
func (*MockModuleMockRecorder) Name ¶
func (mr *MockModuleMockRecorder) Name() *gomock.Call
Name indicates an expected call of Name
func (*MockModuleMockRecorder) Start ¶
func (mr *MockModuleMockRecorder) Start() *gomock.Call
Start indicates an expected call of Start
Click to show internal directories.
Click to hide internal directories.