Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeTransportHandler
- func (fake *FakeTransportHandler) DoRequest(arg1 *session.Session, arg2 string, arg3 string, arg4 []interface{}, ...) error
- func (fake *FakeTransportHandler) DoRequestArgsForCall(i int) (*session.Session, string, string, []interface{}, *sl.Options, interface{})
- func (fake *FakeTransportHandler) DoRequestCallCount() int
- func (fake *FakeTransportHandler) DoRequestCalls(...)
- func (fake *FakeTransportHandler) DoRequestReturns(result1 error)
- func (fake *FakeTransportHandler) DoRequestReturnsOnCall(i int, result1 error)
- func (fake *FakeTransportHandler) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeTransportHandler ¶
type FakeTransportHandler struct {
DoRequestStub func(*session.Session, string, string, []interface{}, *sl.Options, interface{}) error
// contains filtered or unexported fields
}
func (*FakeTransportHandler) DoRequestArgsForCall ¶
func (*FakeTransportHandler) DoRequestCallCount ¶
func (fake *FakeTransportHandler) DoRequestCallCount() int
func (*FakeTransportHandler) DoRequestCalls ¶
func (*FakeTransportHandler) DoRequestReturns ¶
func (fake *FakeTransportHandler) DoRequestReturns(result1 error)
func (*FakeTransportHandler) DoRequestReturnsOnCall ¶
func (fake *FakeTransportHandler) DoRequestReturnsOnCall(i int, result1 error)
func (*FakeTransportHandler) Invocations ¶
func (fake *FakeTransportHandler) Invocations() map[string][][]interface{}
Click to show internal directories.
Click to hide internal directories.