google.golang.org/grpc.ServiceConfig.Methods (field)
7 uses
google.golang.org/grpc (current package)
clientconn.go#L843: if len(s.ServiceConfig.Config.(*ServiceConfig).Methods) != 0 {
clientconn.go#L1101: if m, ok := sc.Methods[method]; ok {
clientconn.go#L1105: if m, ok := sc.Methods[method[:i+1]]; ok {
clientconn.go#L1108: return sc.Methods[""]
service_config.go#L66: Methods map[string]MethodConfig
service_config.go#L183: Methods: make(map[string]MethodConfig),
service_config.go#L256: sc.Methods[path] = mc
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)