Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeHttpClient ¶
type FakeHttpClient struct {
Requests []*Request
}
func NewFakeHttpClient ¶
func NewFakeHttpClient() *FakeHttpClient
func (*FakeHttpClient) LastRequest ¶
func (client *FakeHttpClient) LastRequest() *Request
func (*FakeHttpClient) Reset ¶
func (client *FakeHttpClient) Reset()
Click to show internal directories.
Click to hide internal directories.