(ctx context.Context, query HookEventsQuery)
| 318 | HookCatalog(ctx context.Context, query HookCatalogQuery) ([]HookCatalogRecord, error) |
| 319 | HookRuns(ctx context.Context, workspaceRef string, query HookRunsQuery) ([]HookRunRecord, error) |
| 320 | HookEvents(ctx context.Context, query HookEventsQuery) ([]HookEventRecord, error) |
| 321 | ListLogs(ctx context.Context, query LogsListQuery) ([]LogEventRecord, error) |
| 322 | StreamLogs(ctx context.Context, query LogsListQuery, lastEventID string, handler SSEHandler) error |
| 323 | MemoryHealth(ctx context.Context, workspace string) (MemoryHealthRecord, error) |
no outgoing calls
no test coverage detected