type google.golang.org/grpc.MethodConfig

7 uses

	google.golang.org/grpc (current package)
		clientconn.go#L871: func (cc *ClientConn) GetMethodConfig(method string) MethodConfig {
		clientconn.go#L876: 		return MethodConfig{}
		service_config.go#L44: type MethodConfig struct {
		service_config.go#L98: 	Methods map[string]MethodConfig
		service_config.go#L285: 		Methods:           make(map[string]MethodConfig),
		service_config.go#L312: 		mc := MethodConfig{
		stream.go#L406: 	methodConfig *MethodConfig