-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
clean grpc response #161
clean grpc response #161
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your contribution!
I have commented on some points that I am concerned, so please check it out.
packages/server/manage_container/server/libc_to_manage_container/L2m.go
Outdated
Show resolved
Hide resolved
packages/server/manage_container/server/libc_to_manage_container/L2m.go
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for contribution.
I commented.
2216763
to
dc59aa0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There were some parts I hadn't checked thoroughly 🙇,
please check the comments.
packages/server/manage_container/server/libc_to_manage_container/L2m.go
Outdated
Show resolved
Hide resolved
packages/server/manage_container/server/libc_to_manage_container/L2m.go
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
f6973c3
to
5305a2e
Compare
@sakamoto-souta |
5305a2e
to
5168fdb
Compare
Summary
clean grpc response
Purpose
avoid having content in the return value that duplicates the content of the error.
Contents
erase
message
andis_ok
in the return value of responsesTesting Methods Performed
make test t=./manage_container p=medium