Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WebServer ¶
type WebServer struct {
// contains filtered or unexported fields
}
WebServer is a struct representing a HTTP Server (using a net.Listener and a ServeMux multiplexer).
func (*WebServer) GetAddr ¶
GetAddr returns the address on which the WebServer is listening. It is a part of the service.endpoint interface.
func (*WebServer) Handle ¶
Handle the given prefix using the given handler. It is a part of the service.endpoint interface.
Click to show internal directories.
Click to hide internal directories.