fix: save for acl

This commit is contained in:
Daniel Ding
2024-03-27 16:29:59 +08:00
parent 4b9a53a54e
commit 933f708e02
6 changed files with 74 additions and 13 deletions

View File

@@ -36,6 +36,7 @@ type ACLer interface {
AddRule(rule *schema.ACLRule) error
DelRule(rule *schema.ACLRule) error
ListRules(call func(obj schema.ACLRule))
Save()
}
type ZTruster interface {