package
Version:
v0.1.18-rc2
Opens a new window with list of versions in this module.
Published: Jul 22, 2026
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
StreamStdout = "stdout"
StreamStderr = "stderr"
)
EncodeRecordLine marshals one log frame as JSON and appends a '\n' delimiter.
type Record struct {
Stream string `json:"stream"`
Line string `json:"line"`
}
Record is the framed log line contract stored inside gzipped log chunks.
DecodeGzip parses stream-aware framed logs from gzipped bytes.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.