Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultTransport = NewMockTransport()
Functions ¶
func NewRespBodyFromString ¶
func NewRespBodyFromString(body string) io.ReadCloser
Types ¶
type MockTransport ¶
type MockTransport struct {
// contains filtered or unexported fields
}
func NewMockTransport ¶
func NewMockTransport() *MockTransport
func (*MockTransport) RegisterResponder ¶
func (m *MockTransport) RegisterResponder(method, url string, responder Responder)
Click to show internal directories.
Click to hide internal directories.