diff options
Diffstat (limited to 'internal/db/perms.go')
-rw-r--r-- | internal/db/perms.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/internal/db/perms.go b/internal/db/perms.go index b0a1a85a..c3cd0566 100644 --- a/internal/db/perms.go +++ b/internal/db/perms.go @@ -12,8 +12,6 @@ import ( ) // PermsStore is the persistent interface for permissions. -// -// NOTE: All methods are sorted in alphabetical order. type PermsStore interface { // AccessMode returns the access mode of given user has to the repository. AccessMode(ctx context.Context, userID, repoID int64, opts AccessModeOptions) AccessMode |