mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-21 23:10:44 +00:00
improve flush capability during sync
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user