improve flush capability during sync

This commit is contained in:
Brad Rydzewski
2017-07-16 13:37:16 -04:00
parent b078f1abc9
commit d5200ad8b3
4 changed files with 21 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ type PermStore interface {
PermUpsert(perm *Perm) error
PermBatch(perms []*Perm) error
PermDelete(perm *Perm) error
// PermFlush(user *User) error
PermFlush(user *User, before int64) error
}
// Perm defines a repository permission for an individual user.