Documentation ¶
Index ¶
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 mockConstructorTestingTNewExternalInitiatorManager) *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.
func (*ExternalInitiatorManager) DeleteJob ¶
func (_m *ExternalInitiatorManager) DeleteJob(webhookSpecID int32) error
DeleteJob provides a mock function with given fields: webhookSpecID
func (*ExternalInitiatorManager) FindExternalInitiatorByName ¶
func (_m *ExternalInitiatorManager) FindExternalInitiatorByName(name string) (bridges.ExternalInitiator, error)
FindExternalInitiatorByName provides a mock function with given fields: name
func (*ExternalInitiatorManager) Notify ¶
func (_m *ExternalInitiatorManager) Notify(webhookSpecID int32) error
Notify provides a mock function with given fields: webhookSpecID
type HTTPClient ¶
HTTPClient is an autogenerated mock type for the HTTPClient type
func NewHTTPClient ¶
func NewHTTPClient(t mockConstructorTestingTNewHTTPClient) *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.