You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesatee.apache.org by GitBox <gi...@apache.org> on 2019/12/05 23:38:23 UTC

[GitHub] [incubator-mesatee] mssun commented on a change in pull request #128: Access control in TDFS and TMS

mssun commented on a change in pull request #128: Access control in TDFS and TMS
URL: https://github.com/apache/incubator-mesatee/pull/128#discussion_r354603053
 
 

 ##########
 File path: mesatee_services/tdfs/internal/proto/src/proto.rs
 ##########
 @@ -25,13 +25,15 @@ use serde_derive::*;
 pub enum DFSRequest {
     Create(CreateFileRequest),
     Get(GetFileRequest),
+    CheckUserPermission(CheckUserPermissionRequest),
 
 Review comment:
   How about `Validate(ValidateFileRequest)`?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@mesatee.apache.org
For additional commands, e-mail: dev-help@mesatee.apache.org