Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var NoOpLogger restql.Logger = noOpLogger{}
Functions ¶
func VerifyError ¶
Types ¶
type MockServer ¶
type MockServer struct {
// contains filtered or unexported fields
}
func NewMockServer ¶
func NewMockServer(port int) *MockServer
func (*MockServer) Mux ¶
func (ms *MockServer) Mux() *http.ServeMux
func (*MockServer) Server ¶
func (ms *MockServer) Server() *httptest.Server
func (*MockServer) Start ¶
func (ms *MockServer) Start()
func (*MockServer) Teardown ¶
func (ms *MockServer) Teardown()
Click to show internal directories.
Click to hide internal directories.