Documentation ¶
Overview ¶
Code generated by MockGen. DO NOT EDIT. Source: source.go
Generated by this command:
mockgen -package source -destination=../output/source_mock.go -source=source.go
Package source is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockBar ¶
type MockBar struct {
// contains filtered or unexported fields
}
MockBar is a mock of Bar interface.
func NewMockBar ¶
func NewMockBar(ctrl *gomock.Controller) *MockBar
NewMockBar creates a new mock instance.
func (*MockBar) EXPECT ¶
func (m *MockBar) EXPECT() *MockBarMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockBarMockRecorder ¶
type MockBarMockRecorder struct {
// contains filtered or unexported fields
}
MockBarMockRecorder is the mock recorder for MockBar.
Click to show internal directories.
Click to hide internal directories.