Documentation ¶
Overview ¶
Package pubsubmock is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockTopic ¶
type MockTopic struct {
// contains filtered or unexported fields
}
MockTopic is a mock of Topic interface.
func NewMockTopic ¶
func NewMockTopic(ctrl *gomock.Controller) *MockTopic
NewMockTopic creates a new mock instance.
func (*MockTopic) EXPECT ¶
func (m *MockTopic) EXPECT() *MockTopicMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockTopicMockRecorder ¶
type MockTopicMockRecorder struct {
// contains filtered or unexported fields
}
MockTopicMockRecorder is the mock recorder for MockTopic.
func (*MockTopicMockRecorder) As ¶
func (mr *MockTopicMockRecorder) As(arg0 interface{}) *gomock.Call
As indicates an expected call of As.
func (*MockTopicMockRecorder) ErrorAs ¶
func (mr *MockTopicMockRecorder) ErrorAs(arg0, arg1 interface{}) *gomock.Call
ErrorAs indicates an expected call of ErrorAs.
func (*MockTopicMockRecorder) Send ¶
func (mr *MockTopicMockRecorder) Send(arg0, arg1 interface{}) *gomock.Call
Send indicates an expected call of Send.
func (*MockTopicMockRecorder) Shutdown ¶
func (mr *MockTopicMockRecorder) Shutdown(arg0 interface{}) *gomock.Call
Shutdown indicates an expected call of Shutdown.
Click to show internal directories.
Click to hide internal directories.