Skip to content

Commit

Permalink
add scaladoc
Browse files Browse the repository at this point in the history
  • Loading branch information
shinyhappydan committed Oct 2, 2023
1 parent 3304fbb commit f1fb72d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ import ch.epfl.bluebrain.nexus.delta.sdk.permissions.model.Permission
import ch.epfl.bluebrain.nexus.delta.sourcing.model.ProjectRef
import monix.bio.UIO

/**
* Provides the permission a user needs to have in order to access files on this storage
*/
trait StoragePermissionProvider {

def permissionFor(id: IdSegmentRef, project: ProjectRef, accessType: AccessType): UIO[Permission]
Expand Down

0 comments on commit f1fb72d

Please sign in to comment.