Fix rule-set start order

This commit is contained in:
世界
2024-06-08 20:02:52 +08:00
parent f1393235ff
commit e77a8114c5
4 changed files with 83 additions and 108 deletions

View File

@@ -78,10 +78,6 @@ func (s *LocalRuleSet) StartContext(ctx context.Context, startContext adapter.Ru
return nil
}
func (s *LocalRuleSet) PostStart() error {
return nil
}
func (s *LocalRuleSet) Metadata() adapter.RuleSetMetadata {
return s.metadata
}