Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
*http.Server
// The object providing the listeners for this server
Listeners netutil.StreamListener
// Optionally set a name to by used in logging
Name string
// contains filtered or unexported fields
}
Server wraps around gone/http/graceful HTTP server implementing gone/the daemon/srv.Server interface If ErrorLog is set, errors will be logged to it.
func (*Server) Description ¶
Description implements a default textual description for a Server objects describing what it's up to.
Click to show internal directories.
Click to hide internal directories.