type google.golang.org/grpc/internal/channelz.entry
10 uses
google.golang.org/grpc/internal/channelz (current package)
funcs.go#L396: func (c *channelMap) findEntry(id int64) entry {
funcs.go#L397: var v entry
types.go#L32: type entry interface {
types.go#L34: addChild(id int64, e entry)
types.go#L53: func (d *dummyEntry) addChild(id int64, e entry) {
types.go#L210: func (c *channel) addChild(id int64, e entry) {
types.go#L324: func (sc *subChannel) addChild(id int64, e entry) {
types.go#L494: func (ls *listenSocket) addChild(id int64, e entry) {
types.go#L523: func (ns *normalSocket) addChild(id int64, e entry) {
types.go#L589: func (s *server) addChild(id int64, e entry) {
![]() |
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. |