google.golang.org/grpc.Server.conns (field)
12 uses
google.golang.org/grpc (current package)
server.go#L105: conns map[transport.ServerTransport]bool
server.go#L503: conns: make(map[transport.ServerTransport]bool),
server.go#L938: if s.conns == nil {
server.go#L947: s.conns[st] = true
server.go#L954: if s.conns != nil {
server.go#L955: delete(s.conns, st)
server.go#L1610: st := s.conns
server.go#L1611: s.conns = nil
server.go#L1647: if s.conns == nil {
server.go#L1657: for st := range s.conns {
server.go#L1669: for len(s.conns) != 0 {
server.go#L1672: s.conns = nil
![]() |
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. |