Documentation ¶
Overview ¶
Package lxWebhooksMocks is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockIWebhook ¶ added in v0.4.2
type MockIWebhook struct {
// contains filtered or unexported fields
}
MockIWebhook is a mock of IWebhook interface
func NewMockIWebhook ¶ added in v0.4.2
func NewMockIWebhook(ctrl *gomock.Controller) *MockIWebhook
NewMockIWebhook creates a new mock instance
func (*MockIWebhook) EXPECT ¶ added in v0.4.2
func (m *MockIWebhook) EXPECT() *MockIWebhookMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockIWebhookMockRecorder ¶ added in v0.4.2
type MockIWebhookMockRecorder struct {
// contains filtered or unexported fields
}
MockIWebhookMockRecorder is the mock recorder for MockIWebhook
func (*MockIWebhookMockRecorder) SendSmall ¶ added in v0.4.2
func (mr *MockIWebhookMockRecorder) SendSmall(title, msg, color interface{}) *gomock.Call
SendSmall indicates an expected call of SendSmall
Click to show internal directories.
Click to hide internal directories.