Versions in this module Expand all Collapse all v0 v0.0.1 Jan 17, 2020 Changes in this version + func AddLink(src, dest string) + func AddNode(id string) + func RemoveLink(src, dest string) + func RemoveNode(id string) + func UpdateAvgNeighbors(avg float64) + func UpdateConvergence(c float64) + func Writer(event *Event) + type Event struct + Dest string + Source string + Type uint32 + type Server struct + Start chan struct{} + func NewServer() *Server + func (s *Server) Close() + func (s *Server) Run()