Documentation ¶
Overview ¶
Package webhook is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockWebhook ¶
type MockWebhook struct {
// contains filtered or unexported fields
}
MockWebhook is a mock of Webhook interface
func NewMockWebhook ¶
func NewMockWebhook(ctrl *gomock.Controller) *MockWebhook
NewMockWebhook creates a new mock instance
func (*MockWebhook) EXPECT ¶
func (m *MockWebhook) EXPECT() *MockWebhookMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockWebhook) GetType ¶
func (m *MockWebhook) GetType() types.WebhookType
GetType mocks base method
func (*MockWebhook) Handler ¶
func (m *MockWebhook) Handler() http.Handler
Handler mocks base method
type MockWebhookMockRecorder ¶
type MockWebhookMockRecorder struct {
// contains filtered or unexported fields
}
MockWebhookMockRecorder is the mock recorder for MockWebhook
func (*MockWebhookMockRecorder) GetName ¶
func (mr *MockWebhookMockRecorder) GetName() *gomock.Call
GetName indicates an expected call of GetName
func (*MockWebhookMockRecorder) GetPath ¶
func (mr *MockWebhookMockRecorder) GetPath() *gomock.Call
GetPath indicates an expected call of GetPath
func (*MockWebhookMockRecorder) GetType ¶
func (mr *MockWebhookMockRecorder) GetType() *gomock.Call
GetType indicates an expected call of GetType
func (*MockWebhookMockRecorder) Handler ¶
func (mr *MockWebhookMockRecorder) Handler() *gomock.Call
Handler indicates an expected call of Handler
func (*MockWebhookMockRecorder) Validate ¶
func (mr *MockWebhookMockRecorder) Validate() *gomock.Call
Validate indicates an expected call of Validate
Click to show internal directories.
Click to hide internal directories.