google.golang.org/grpc.ServiceConfig.Methods (field)
7 uses
google.golang.org/grpc (current package)
clientconn.go#L641: if len(s.ServiceConfig.Config.(*ServiceConfig).Methods) != 0 {
clientconn.go#L903: if m, ok := sc.Methods[method]; ok {
clientconn.go#L907: if m, ok := sc.Methods[method[:i+1]]; ok {
clientconn.go#L910: return sc.Methods[""]
service_config.go#L75: Methods map[string]MethodConfig
service_config.go#L234: Methods: make(map[string]MethodConfig),
service_config.go#L296: sc.Methods[path] = mc
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)