sunrui1225 commented on a change in pull request #232:
URL: https://github.com/apache/dubbo-go-samples/pull/232#discussion_r704911150
##########
File path: integrate_test/rpc/dubbo/tests/integration/main_test.go
##########
@@ -120,11 +120,11 @@ func (User) JavaClassName() string {
type UserProvider struct {
GetUsers func(req []interface{}) ([]interface{}, error)
- GetErr func(ctx context.Context, req []interface{}, rsp *User) error
- GetUser func(ctx context.Context, req []interface{}, rsp *User) error
+ GetErr func(ctx context.Context, req []interface{}) (*User, 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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]