clean up some names and complete doc comments for event

This commit is contained in:
2025-03-30 13:23:22 -01:06
parent 93e09b1592
commit 41f613da2d
67 changed files with 399 additions and 323 deletions

View File

@@ -52,7 +52,7 @@ type T struct {
// triggered by running an import
Flatten bool
// UseCompact uses a compact encoding based on the canonical format (generate
// hash of it to get ID field with the signature in raw binary after.
// hash of it to get Id field with the signature in raw binary after.
UseCompact bool
// Compression sets the compression to use, none/snappy/zstd
Compression string