Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
The raftd server is a combination of the Raft server and an HTTP server which acts as the transport.
func (*Server) HandleFunc ¶
This is a hack around Gorilla mux not providing the correct net/http HandleFunc() interface.
func (*Server) ListenAndServe ¶
Starts the server.
Click to show internal directories.
Click to hide internal directories.