Skip to content
This repository was archived by the owner on Sep 6, 2023. It is now read-only.

Feature/rr 36 integrate buf.build #4

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

wzslr321
Copy link
Contributor

No description provided.

@@ -14,6 +15,11 @@ service Users{
rpc LogoutUser(LogoutUserRequest) returns (LogoutUserResponse) {}
}

enum Status {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what about others? like not found, bad request, validation error? I suggest unifying this. Something like dropping a special error message? We should discuss it.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I mean, not found, bad request are kinda related to HTTP responses, so we shouldn't go strict in this way.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants