Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TestHttpServer ¶
type TestHttpServer struct {
// contains filtered or unexported fields
}
TestHttpServer is a test http server used for testing the whole binary
func NewTestHttpServer ¶
func NewTestHttpServer() *TestHttpServer
NewTestHttpServer creates a new TestHttpServer instance
func (*TestHttpServer) URL ¶
func (ths *TestHttpServer) URL() string
URL returns the connecting url to the http test server
Click to show internal directories.
Click to hide internal directories.