type google.golang.org/grpc/internal/channelz.SocketMetric
8 uses
google.golang.org/grpc/internal/channelz (current package)
funcs.go#L164: func GetServerSockets(id int64, startID int64, maxResults int64) ([]*SocketMetric, bool) {
funcs.go#L179: func GetSocket(id int64) *SocketMetric {
funcs.go#L645: func (c *channelMap) GetServerSockets(id int64, startID int64, maxResults int64) ([]*SocketMetric, bool) {
funcs.go#L685: s := make([]*SocketMetric, 0, len(sks))
funcs.go#L687: sm := &SocketMetric{}
funcs.go#L741: func (c *channelMap) GetSocket(id int64) *SocketMetric {
funcs.go#L742: sm := &SocketMetric{}
types.go#L422: type SocketMetric struct {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)