Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockServer ¶
type MockServer struct { ReqCh chan *http.Request ResCh chan *http.Response // contains filtered or unexported fields }
MockServer is used to run a localhost server for functional testing
Click to show internal directories.
Click to hide internal directories.