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

Method QueryHookRuns

internal/api/core/interfaces.go:89–89  ·  view source on GitHub ↗
(ctx context.Context, query store.HookRunQuery)

Source from the content-addressed store, hash-verified

87 QueryEvents(ctx context.Context, query store.EventSummaryQuery) ([]store.EventSummary, error)
88 QueryHookCatalog(ctx context.Context, filter hookspkg.CatalogFilter) ([]hookspkg.CatalogEntry, error)
89 QueryHookRuns(ctx context.Context, query store.HookRunQuery) ([]hookspkg.HookRunRecord, error)
90 QueryHookEvents(ctx context.Context, filter hookspkg.EventFilter) ([]hookspkg.EventDescriptor, error)
91 QueryBridgeHealth(ctx context.Context) ([]observe.BridgeInstanceHealth, error)
92 Health(ctx context.Context) (observe.Health, error)

Implementers 2

Observerinternal/observe/observer.go
fakeObserverinternal/daemon/daemon_test.go

Calls

no outgoing calls