type google.golang.org/grpc.MethodConfig

8 uses

	google.golang.org/grpc (current package)
		clientconn.go#L899: func getMethodConfig(sc *ServiceConfig, method string) MethodConfig {
		clientconn.go#L901: 		return MethodConfig{}
		clientconn.go#L921: func (cc *ClientConn) GetMethodConfig(method string) MethodConfig {
		service_config.go#L44: type MethodConfig = internalserviceconfig.MethodConfig
		service_config.go#L75: 	Methods map[string]MethodConfig
		service_config.go#L234: 		Methods:           make(map[string]MethodConfig),
		service_config.go#L261: 		mc := MethodConfig{
		stream.go#L513: 	methodConfig *MethodConfig