mirror of
https://github.com/luscis/openlan.git
synced 2025-10-05 16:47:11 +08:00
fix: save for acl
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user