MCPcopy Create free account
hub / github.com/astercloud/aster / NoopMatcher

Struct NoopMatcher

pkg/memory/logic/matcher.go:20–20  ·  view source on GitHub ↗

NoopMatcher 空实现(用于测试或默认场景)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected