Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPMockTransport ¶
type HTTPMockTransport struct {
// contains filtered or unexported fields
}
func (*HTTPMockTransport) Add ¶
func (t *HTTPMockTransport) Add(path string, res *http.Response, data []byte)
func (*HTTPMockTransport) AddHandlerFunc ¶
func (t *HTTPMockTransport) AddHandlerFunc(path string, hf http.HandlerFunc)
func (*HTTPMockTransport) Clear ¶
func (t *HTTPMockTransport) Clear()
Click to show internal directories.
Click to hide internal directories.