Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EntityCaptcherFunc ¶
type EntityCaptcherFunc func(http.HttpRequestEntity)
type MockGateway ¶
type MockGateway struct { FakeGetAdaptor http.RequestAdaptor FakePutAdaptor http.RequestAdaptor FakePostAdaptor http.RequestAdaptor Capture EntityCaptcherFunc }
func (*MockGateway) Get ¶
func (gateway *MockGateway) Get(entity http.HttpRequestEntity) http.RequestAdaptor
func (*MockGateway) Post ¶
func (gateway *MockGateway) Post(entity http.HttpRequestEntity, body io.Reader) http.RequestAdaptor
func (*MockGateway) Put ¶
func (gateway *MockGateway) Put(entity http.HttpRequestEntity, body io.Reader) http.RequestAdaptor
Click to show internal directories.
Click to hide internal directories.