📝 docs(README): update documentation for clarity and accuracy

This commit is contained in:
Sergey Krashevich
2026-01-26 00:35:06 +03:00
parent a41185c22a
commit 5970dd2fe4
11 changed files with 93 additions and 93 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import (
)
type Preload struct {
stream *Stream // Don't output the stream to JSON to not worry about its secrets.
stream *Stream // Don't include the stream in JSON to avoid leaking secrets.
Cons *probe.Probe `json:"consumer"`
Query string `json:"query"`
}