Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Data member to ResultsMetadata struct. (#1358)
When a Result is emitted, it should include the `chunk.Data []byte` so that we can utilize the blob of data which caused the result. This makes it so something catching the results does not have to maintain a collection of chunks to correlate the two together.
- Loading branch information