wire up trigger to restart sync for ACL spider
This commit is contained in:
@@ -20,6 +20,8 @@ func (n None) Type() string {
|
||||
return "none"
|
||||
}
|
||||
|
||||
func (n None) Syncer() {}
|
||||
|
||||
func init() {
|
||||
log.T.F("registering none ACL")
|
||||
Registry.Register(new(None))
|
||||
|
||||
Reference in New Issue
Block a user