MCPcopy Create free account
hub / github.com/compozy/agh / ListTaskEvents

Method ListTaskEvents

internal/task/interfaces.go:197–197  ·  view source on GitHub ↗
(ctx context.Context, query EventQuery)

Source from the content-addressed store, hash-verified

195type EventStore interface {
196 CreateTaskEvent(ctx context.Context, event Event) error
197 ListTaskEvents(ctx context.Context, query EventQuery) ([]Event, error)
198}
199
200// EventSequenceStore is the persistence surface for stable task event sequencing used by live reads.

Implementers 4

inMemoryManagerStoreinternal/task/manager_test.go
fakeStoreinternal/task/interfaces_integration_t
GlobalDBinternal/store/globaldb/global_db.go
recordingRegistryinternal/daemon/daemon_test.go

Calls

no outgoing calls