Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type HTTPTransport
- func (fake *HTTPTransport) Get(ctx context.Context, req *transport.Request) (*http.Response, error)
- func (fake *HTTPTransport) GetArgsForCall(i int) (context.Context, *transport.Request)
- func (fake *HTTPTransport) GetCallCount() int
- func (fake *HTTPTransport) GetReturns(result1 *http.Response, result2 error)
- func (fake *HTTPTransport) GetReturnsOnCall(i int, result1 *http.Response, result2 error)
- func (fake *HTTPTransport) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPTransport ¶
type HTTPTransport struct {
GetStub func(ctx context.Context, req *transport.Request) (*http.Response, error)
// contains filtered or unexported fields
}
func (*HTTPTransport) GetArgsForCall ¶
func (*HTTPTransport) GetCallCount ¶
func (fake *HTTPTransport) GetCallCount() int
func (*HTTPTransport) GetReturns ¶
func (fake *HTTPTransport) GetReturns(result1 *http.Response, result2 error)
func (*HTTPTransport) GetReturnsOnCall ¶
func (fake *HTTPTransport) GetReturnsOnCall(i int, result1 *http.Response, result2 error)
func (*HTTPTransport) Invocations ¶
func (fake *HTTPTransport) Invocations() map[string][][]interface{}
Click to show internal directories.
Click to hide internal directories.