-
Notifications
You must be signed in to change notification settings - Fork 14
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
Private Datasets: commands auth checks #1009
base: feature/private-datasets
Are you sure you want to change the base?
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.
Add a note for readers
{ | ||
fn filtered_datasets_stream<'a>( | ||
&'a self, | ||
mut handles: AllOwnedAndPotentiallyRelatedDatasetHandlesResult<'a>, |
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.
Note to readers: in search of a better name than AllOwnedAndPotentiallyRelatedDatasetHandlesResult
.
T: DatasetActionAuthorizer, | ||
T: ?Sized, | ||
{ | ||
fn filtered_datasets_stream<'a>( |
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.
Note to readers: in search of a better name than filtered_datasets_stream
as well.
baae50b
to
5993b31
Compare
5993b31
to
dde1bb8
Compare
dde1bb8
to
3870bbd
Compare
Changed