Documentation ¶
Index ¶
- type ExternalInitiatorManager
- func (_m *ExternalInitiatorManager) DeleteJob(ctx context.Context, webhookSpecID int32) error
- func (_m *ExternalInitiatorManager) FindExternalInitiatorByName(ctx context.Context, name string) (bridges.ExternalInitiator, error)
- func (_m *ExternalInitiatorManager) Notify(ctx context.Context, webhookSpecID int32) error
- type HTTPClient
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExternalInitiatorManager ¶
ExternalInitiatorManager is an autogenerated mock type for the ExternalInitiatorManager type
func NewExternalInitiatorManager ¶
func NewExternalInitiatorManager(t interface { mock.TestingT Cleanup(func()) }) *ExternalInitiatorManager
NewExternalInitiatorManager creates a new instance of ExternalInitiatorManager. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*ExternalInitiatorManager) DeleteJob ¶
func (_m *ExternalInitiatorManager) DeleteJob(ctx context.Context, webhookSpecID int32) error
DeleteJob provides a mock function with given fields: ctx, webhookSpecID
func (*ExternalInitiatorManager) FindExternalInitiatorByName ¶
func (_m *ExternalInitiatorManager) FindExternalInitiatorByName(ctx context.Context, name string) (bridges.ExternalInitiator, error)
FindExternalInitiatorByName provides a mock function with given fields: ctx, name
type HTTPClient ¶
HTTPClient is an autogenerated mock type for the HTTPClient type
func NewHTTPClient ¶
func NewHTTPClient(t interface { mock.TestingT Cleanup(func()) }) *HTTPClient
NewHTTPClient creates a new instance of HTTPClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.