Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthHandlerFunc ¶
AuthHandlerFunc is an autogenerated mock type for the AuthHandlerFunc type
func NewAuthHandlerFunc ¶
func NewAuthHandlerFunc(t mockConstructorTestingTNewAuthHandlerFunc) *AuthHandlerFunc
NewAuthHandlerFunc creates a new instance of AuthHandlerFunc. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
type InputHandlerFunc ¶
InputHandlerFunc is an autogenerated mock type for the InputHandlerFunc type
func NewInputHandlerFunc ¶
func NewInputHandlerFunc(t mockConstructorTestingTNewInputHandlerFunc) *InputHandlerFunc
NewInputHandlerFunc creates a new instance of InputHandlerFunc. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
type OutputHandlerFunc ¶
OutputHandlerFunc is an autogenerated mock type for the OutputHandlerFunc type
func NewOutputHandlerFunc ¶
func NewOutputHandlerFunc(t mockConstructorTestingTNewOutputHandlerFunc) *OutputHandlerFunc
NewOutputHandlerFunc creates a new instance of OutputHandlerFunc. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
type ParamBuilderFunc ¶
ParamBuilderFunc is an autogenerated mock type for the ParamBuilderFunc type
func NewParamBuilderFunc ¶
func NewParamBuilderFunc(t mockConstructorTestingTNewParamBuilderFunc) *ParamBuilderFunc
NewParamBuilderFunc creates a new instance of ParamBuilderFunc. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*ParamBuilderFunc) Execute ¶
func (_m *ParamBuilderFunc) Execute() map[string]string
Execute provides a mock function with given fields:
type ResponseHandlerFunc ¶
ResponseHandlerFunc is an autogenerated mock type for the ResponseHandlerFunc type
func NewResponseHandlerFunc ¶
func NewResponseHandlerFunc(t mockConstructorTestingTNewResponseHandlerFunc) *ResponseHandlerFunc
NewResponseHandlerFunc creates a new instance of ResponseHandlerFunc. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*ResponseHandlerFunc) Execute ¶
func (_m *ResponseHandlerFunc) Execute(reader io.ReadCloser) error
Execute provides a mock function with given fields: reader
type ReturnCodeHandlerFunc ¶
ReturnCodeHandlerFunc is an autogenerated mock type for the ReturnCodeHandlerFunc type
func NewReturnCodeHandlerFunc ¶
func NewReturnCodeHandlerFunc(t mockConstructorTestingTNewReturnCodeHandlerFunc) *ReturnCodeHandlerFunc
NewReturnCodeHandlerFunc creates a new instance of ReturnCodeHandlerFunc. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*ReturnCodeHandlerFunc) Execute ¶
func (_m *ReturnCodeHandlerFunc) Execute(code int) error
Execute provides a mock function with given fields: code