Documentation
¶
Overview ¶
Package mock_topic is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockCommand ¶
type MockCommand struct {
// contains filtered or unexported fields
}
MockCommand is a mock of Command interface
func NewMockCommand ¶
func NewMockCommand(ctrl *gomock.Controller) *MockCommand
NewMockCommand creates a new mock instance
func (*MockCommand) CreateTopic ¶
func (m *MockCommand) CreateTopic(body string) (map[string]interface{}, error)
CreateTopic mocks base method
func (*MockCommand) DeleteTopic ¶
func (m *MockCommand) DeleteTopic(name string) error
DeleteTopic mocks base method
func (*MockCommand) EXPECT ¶
func (m *MockCommand) EXPECT() *MockCommandMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockCommandMockRecorder ¶
type MockCommandMockRecorder struct {
// contains filtered or unexported fields
}
MockCommandMockRecorder is the mock recorder for MockCommand
func (*MockCommandMockRecorder) CreateTopic ¶
func (mr *MockCommandMockRecorder) CreateTopic(body interface{}) *gomock.Call
CreateTopic indicates an expected call of CreateTopic
func (*MockCommandMockRecorder) DeleteTopic ¶
func (mr *MockCommandMockRecorder) DeleteTopic(name interface{}) *gomock.Call
DeleteTopic indicates an expected call of DeleteTopic
func (*MockCommandMockRecorder) ReadTopic ¶
func (mr *MockCommandMockRecorder) ReadTopic(name, hierarchical interface{}) *gomock.Call
ReadTopic indicates an expected call of ReadTopic
Click to show internal directories.
Click to hide internal directories.