ServeHTTPDebug serves a debug webpage that shows the internal state of the coordinator.
(w http.ResponseWriter, r *http.Request)
| 44 | // ServeHTTPDebug serves a debug webpage that shows the internal state of |
| 45 | // the coordinator. |
| 46 | ServeHTTPDebug(w http.ResponseWriter, r *http.Request) |
| 47 | // Node returns a node by peer ID, if known to the coordinator. Returns nil if unknown. |
| 48 | Node(id uuid.UUID) *Node |
| 49 | Close() error |
no outgoing calls
no test coverage detected