Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeClient ¶
type FakeClient struct { Err error // contains filtered or unexported fields }
func NewFakeClient ¶
func NewFakeClient() *FakeClient
func NewFakeClientEmptyJSON ¶ added in v0.14.0
func NewFakeClientEmptyJSON() *FakeClient
func (*FakeClient) ClearRequests ¶ added in v0.14.0
func (fc *FakeClient) ClearRequests()
func (*FakeClient) Requests ¶ added in v0.10.7
func (fc *FakeClient) Requests() []http.Request
func (*FakeClient) SetResponse ¶ added in v0.10.7
func (fc *FakeClient) SetResponse(s string)
Click to show internal directories.
Click to hide internal directories.