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