google.golang.org/grpc.dialOptions.scChan (field)
8 uses
google.golang.org/grpc (current package)
clientconn.go#L231: if cc.dopts.scChan != nil {
clientconn.go#L234: case sc, ok := <-cc.dopts.scChan:
clientconn.go#L279: if cc.dopts.scChan != nil && !scSet {
clientconn.go#L282: case sc, ok := <-cc.dopts.scChan:
clientconn.go#L290: if cc.dopts.scChan != nil {
clientconn.go#L534: case sc, ok := <-cc.dopts.scChan:
dialoptions.go#L55: scChan <-chan ServiceConfig
dialoptions.go#L229: o.scChan = c
![]() |
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. |