NoopMatcher 空实现(用于测试或默认场景)
| 18 | |
| 19 | // NoopMatcher 空实现(用于测试或默认场景) |
| 20 | type NoopMatcher struct{} |
| 21 | |
| 22 | // MatchEvent 实现 PatternMatcher 接口 |
| 23 | func (m *NoopMatcher) MatchEvent(ctx context.Context, event Event) ([]*LogicMemory, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected