-
Notifications
You must be signed in to change notification settings - Fork 15
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
[#575] Move EACL Table conversion in neofs package #652
Conversation
Signed-off-by: Angira Kekteeva <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #652 +/- ##
=========================================
Coverage ? 30.32%
=========================================
Files ? 53
Lines ? 6569
Branches ? 0
=========================================
Hits ? 1992
Misses ? 4290
Partials ? 287 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Resources []*AstResource | ||
} | ||
|
||
type NeoFS interface { |
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.
Isn't the ACL
or NeoFSACL
more appropriate name?
} | ||
|
||
func mergeAst(parent, child *ast) (*ast, bool) { | ||
func MergeAst(parent, child *Ast) (*Ast, bool) { |
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.
Why is this function not moved to the neofs
package?
Let's wait a little for @alexvanin. I think we should reconsider the structure of acl logic. |
Blocked until v0.25.0. |
Obsolete. |
Closes #575