Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPSender ¶
HTTPSender is an autogenerated mock type for the HTTPSender type
func NewHTTPSender ¶
func NewHTTPSender(t interface { mock.TestingT Cleanup(func()) }) *HTTPSender
NewHTTPSender creates a new instance of HTTPSender. 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 (*HTTPSender) HTTPPost ¶
func (_m *HTTPSender) HTTPPost(dic *di.Container, data interface{}) errors.Error
HTTPPost provides a mock function with given fields: dic, data
func (*HTTPSender) SetHTTPRequestHeaders ¶
func (_m *HTTPSender) SetHTTPRequestHeaders(httpRequestHeaders map[string]string)
SetHmTTPRequestHeaders provides a mock function with given fields: httpRequestHeaders
func (*HTTPSender) SetSecretData ¶
func (_m *HTTPSender) SetSecretData(name string, valueKey string, headerName string, valuePrefix string)
SetSecretData provides a mock function with given fields: name, valueKey, headerName, valuePrefix
Click to show internal directories.
Click to hide internal directories.