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