(w http.ResponseWriter, r *http.Request)
| 146 | } |
| 147 | |
| 148 | func (d *DosNode) signalRandom(w http.ResponseWriter, r *http.Request) { |
| 149 | d.chain.SignalRandom() |
| 150 | } |
| 151 | |
| 152 | func (d *DosNode) signalGroupFormation(w http.ResponseWriter, r *http.Request) { |
| 153 | d.chain.SignalGroupFormation() |
nothing calls this directly
no test coverage detected