//! Internal, NOT part of the public API. Used by `sntl-macros` only.
use Event;
/// Emit a `QueryMacro` event onto the connection's instrumentation.
///
/// `query_id` should be the 13-char hash from `.sentinel/queries/<id>.json`
/// so consumers can correlate to the offline cache entry.