google.golang.org/grpc.ServiceConfig.Methods (field)
6 uses
google.golang.org/grpc (current package)
clientconn.go#L878: if m, ok := cc.sc.Methods[method]; ok {
clientconn.go#L882: if m, ok := cc.sc.Methods[method[:i+1]]; ok {
clientconn.go#L885: return cc.sc.Methods[""]
service_config.go#L98: Methods map[string]MethodConfig
service_config.go#L285: Methods: make(map[string]MethodConfig),
service_config.go#L347: sc.Methods[path] = mc
![]() |
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. |