-
Notifications
You must be signed in to change notification settings - Fork 18
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
Update documentation on the V1 API protos #1
Conversation
@@ -8,22 +8,34 @@ import "validate/validate.proto"; | |||
|
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.
Can we rename this file, too? It should be permission_service.proto and not acl_service.proto
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.
Will renaming have any effects on the generated code (besides their filenames too)?
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.
no
authzed/api/v1/core.proto
Outdated
@@ -48,7 +46,7 @@ message ObjectReference { | |||
} | |||
|
|||
// ZedToken is used to provide causality metadata between Write and Check | |||
// requests. | |||
// requests. See the Consistency message in acl_service.proto for more information. |
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.
I'd move this last sentence onto a separate line and use the fully qualified name:
// ZedToken is used to provide causality metadata between Write and Check
// requests.
//
// See the authzed.api.v1.Consistency message for more information.
1d5a49c
to
7b8e2f9
Compare
Updated |
7b8e2f9
to
4b798db
Compare
Signed-off-by: Joseph Schorr <josephschorr@users.noreply.github.com>
4b798db
to
d8d5d18
Compare
No description provided.