(w http.ResponseWriter, r *http.Request)
| 154 | } |
| 155 | |
| 156 | func (d *DosNode) signalGroupDissolve(w http.ResponseWriter, r *http.Request) { |
| 157 | d.chain.SignalGroupDissolve() |
| 158 | } |
| 159 | |
| 160 | func (d *DosNode) p2pTest(w http.ResponseWriter, r *http.Request) { |
| 161 | d.End() |
nothing calls this directly
no test coverage detected