Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockServer ¶
type MockServer struct {
// contains filtered or unexported fields
}
func NewMockServer ¶
func NewMockServer() *MockServer
func (*MockServer) Run ¶
func (server *MockServer) Run()
func (*MockServer) ServeHTTP ¶
func (server *MockServer) ServeHTTP(rw http.ResponseWriter, req *http.Request)
func (*MockServer) Shutdown ¶
func (server *MockServer) Shutdown()
Click to show internal directories.
Click to hide internal directories.