()
| 341 | } |
| 342 | |
| 343 | func (ns *noiseServer) notifyUpdate() { |
| 344 | ns.nodeUpdate <- struct{}{} |
| 345 | } |
| 346 | |
| 347 | func (ns *noiseServer) NoiseRegistrationHandler(w http.ResponseWriter, r *http.Request) { |
| 348 | ns.logger.Info("got noise registration request") |
no outgoing calls
no test coverage detected