type Server …
type ServerMetrics …
func NewServerMetricsForTesting(started, succeeded, failed, timestamp int64) *ServerMetrics { … }
func (sm *ServerMetrics) CopyFrom(o *ServerMetrics) { … }
func (s *Server) ListenSockets() map[int64]string { … }
func (s *Server) String() string { … }
func (s *Server) id() int64 { … }
func (s *Server) addChild(id int64, e entry) { … }
func (s *Server) deleteChild(id int64) { … }
func (s *Server) triggerDelete() { … }
func (s *Server) deleteSelfIfReady() { … }
func (s *Server) getParentID() int64 { … }