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/09/16 07:49:58 UTC

[GitHub] [dubbo-go] wangxw666 opened a new issue #1461: protoc-gen-go-dubbo 改进建议

wangxw666 opened a new issue #1461:
URL: https://github.com/apache/dubbo-go/issues/1461


   grpc:
   
   ```
   // UnimplementedSpecialServer can be embedded to have forward compatible implementations.
   type UnimplementedSpecialServer struct {
   }
   
   func (*UnimplementedSpecialServer) GetName(context.Context, *SpecialRequest) (*SpecialReply, error) {
   	return nil, status.Errorf(codes.Unimplemented, "method GetName not implemented")
   }
   func (*UnimplementedSpecialServer) SayHello(context.Context, *SpecialRequest) (*SpecialReply, error) {
   	return nil, status.Errorf(codes.Unimplemented, "method SayHello not implemented")
   }
   ```
   
   dubbbo-go:
   
   ```
   type SpecialProviderBase struct {
   	proxyImpl protocol.Invoker
   }
   ``` 
   
   xxxProviderBase 也默认的实现下接口的方法,不然业务代码需要把接口放方法全部实现 
   
   


-- 
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


[GitHub] [dubbo-go] LaurenceLiZhixin edited a comment on issue #1461: protoc-gen-go-dubbo 改进建议

Posted by GitBox <gi...@apache.org>.
LaurenceLiZhixin edited a comment on issue #1461:
URL: https://github.com/apache/dubbo-go/issues/1461#issuecomment-978871333


   refer to: https://github.com/apache/dubbo-go/issues/1460#issuecomment-978869409


-- 
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


[GitHub] [dubbo-go] LaurenceLiZhixin commented on issue #1461: protoc-gen-go-dubbo 改进建议

Posted by GitBox <gi...@apache.org>.
LaurenceLiZhixin commented on issue #1461:
URL: https://github.com/apache/dubbo-go/issues/1461#issuecomment-957485512


   Refactor of protoc-gen-go-dubbo3grpc needs help, which is needed to be fixed at :https://github.com/dubbogo/tools/tree/master/cmd/protoc-gen-dubbo3grpc


-- 
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


[GitHub] [dubbo-go] LaurenceLiZhixin closed issue #1461: protoc-gen-go-dubbo 改进建议

Posted by GitBox <gi...@apache.org>.
LaurenceLiZhixin closed issue #1461:
URL: https://github.com/apache/dubbo-go/issues/1461


   


-- 
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


[GitHub] [dubbo-go] LaurenceLiZhixin commented on issue #1461: protoc-gen-go-dubbo 改进建议

Posted by GitBox <gi...@apache.org>.
LaurenceLiZhixin commented on issue #1461:
URL: https://github.com/apache/dubbo-go/issues/1461#issuecomment-957485512


   Refactor of protoc-gen-go-dubbo3grpc needs help, which is needed to be fixed at :https://github.com/dubbogo/tools/tree/master/cmd/protoc-gen-dubbo3grpc


-- 
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


[GitHub] [dubbo-go] LaurenceLiZhixin commented on issue #1461: protoc-gen-go-dubbo 改进建议

Posted by GitBox <gi...@apache.org>.
LaurenceLiZhixin commented on issue #1461:
URL: https://github.com/apache/dubbo-go/issues/1461#issuecomment-957485512


   Refactor of protoc-gen-go-dubbo3grpc needs help, which is needed to be fixed at :https://github.com/dubbogo/tools/tree/master/cmd/protoc-gen-dubbo3grpc


-- 
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


[GitHub] [dubbo-go] LaurenceLiZhixin commented on issue #1461: protoc-gen-go-dubbo 改进建议

Posted by GitBox <gi...@apache.org>.
LaurenceLiZhixin commented on issue #1461:
URL: https://github.com/apache/dubbo-go/issues/1461#issuecomment-978871333


   referto: https://github.com/apache/dubbo-go/issues/1460#issuecomment-978869409


-- 
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