(ctx context.Context, query store.HookRunQuery)
| 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) |
no outgoing calls