mocks

package
v0.0.0-...-3674750 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 19, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ExternalInitiatorManager

type ExternalInitiatorManager struct {
	mock.Mock
}

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(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

type HTTPClient struct {
	mock.Mock
}

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.

func (*HTTPClient) Do

func (_m *HTTPClient) Do(req *http.Request) (*http.Response, error)

Do provides a mock function with given fields: req

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL