kubernetes/vendor/google.golang.org/grpc/internal/channelz/server.go

type Server

type ServerMetrics

// NewServerMetricsForTesting returns an initialized ServerMetrics.
func NewServerMetricsForTesting(started, succeeded, failed, timestamp int64) *ServerMetrics {}

func (sm *ServerMetrics) CopyFrom(o *ServerMetrics) {}

// ListenSockets returns the listening sockets for s.
func (s *Server) ListenSockets() map[int64]string {}

// String returns a printable description of s.
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 {}