type google.golang.org/grpc/internal/channelz.normalSocket
13 uses
google.golang.org/grpc/internal/channelz (current package)
funcs.go#L111: normalSockets: make(map[int64]*normalSocket),
funcs.go#L275: ns := &normalSocket{refName: ref, s: s, id: id, pid: pid}
funcs.go#L328: normalSockets map[int64]*normalSocket
funcs.go#L368: func (c *channelMap) addNormalSocket(id int64, ns *normalSocket, pid int64, ref string) {
funcs.go#L610: sks := make([]*normalSocket, 0, min(l, maxResults))
types.go#L325: if v, ok := e.(*normalSocket); ok {
types.go#L515: type normalSocket struct {
types.go#L523: func (ns *normalSocket) addChild(id int64, e entry) {
types.go#L527: func (ns *normalSocket) deleteChild(id int64) {
types.go#L531: func (ns *normalSocket) triggerDelete() {
types.go#L536: func (ns *normalSocket) deleteSelfIfReady() {
types.go#L540: func (ns *normalSocket) getParentID() int64 {
types.go#L591: case *normalSocket:
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |