type google.golang.org/grpc.MethodConfig

8 uses

	google.golang.org/grpc (current package)
		clientconn.go#L1041: func getMethodConfig(sc *ServiceConfig, method string) MethodConfig {
		clientconn.go#L1043: 		return MethodConfig{}
		clientconn.go#L1063: func (cc *ClientConn) GetMethodConfig(method string) MethodConfig {
		service_config.go#L45: type MethodConfig = internalserviceconfig.MethodConfig
		service_config.go#L66: 	Methods map[string]MethodConfig
		service_config.go#L183: 		Methods:           make(map[string]MethodConfig),
		service_config.go#L221: 		mc := MethodConfig{
		stream.go#L552: 	methodConfig *MethodConfig