Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockAnnouncer ¶
type MockAnnouncer struct {
// contains filtered or unexported fields
}
MockAnnouncer is a mock of Announcer interface.
func NewMockAnnouncer ¶
func NewMockAnnouncer(ctrl *gomock.Controller) *MockAnnouncer
NewMockAnnouncer creates a new mock instance.
func (*MockAnnouncer) EXPECT ¶
func (m *MockAnnouncer) EXPECT() *MockAnnouncerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockAnnouncerMockRecorder ¶
type MockAnnouncerMockRecorder struct {
// contains filtered or unexported fields
}
MockAnnouncerMockRecorder is the mock recorder for MockAnnouncer.
func (*MockAnnouncerMockRecorder) Serve ¶
func (mr *MockAnnouncerMockRecorder) Serve() *gomock.Call
Serve indicates an expected call of Serve.
func (*MockAnnouncerMockRecorder) Stop ¶
func (mr *MockAnnouncerMockRecorder) Stop() *gomock.Call
Stop indicates an expected call of Stop.
Click to show internal directories.
Click to hide internal directories.