You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2021/08/06 10:56:59 UTC

[GitHub] [dubbo-go] LaurenceLiZhixin commented on a change in pull request #1361: support multi pb

LaurenceLiZhixin commented on a change in pull request #1361:
URL: https://github.com/apache/dubbo-go/pull/1361#discussion_r684145317



##########
File path: protocol/grpc/protoc-gen-dubbo/plugin/dubbo/dubbo.go
##########
@@ -311,6 +304,15 @@ func (g *dubboGrpc) generateServerMethod(servName, fullServName string, method *
 	}
 	streamType := unexport(servName) + methName + "Server"
 	g.P("func ", hname, "(srv interface{}, stream ", grpcPkg, ".ServerStream) error {")

Review comment:
       这里看着像插到函数里了,这里编译后不会报错么?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org