package
Version:
v1.5.0
Opens a new window with list of versions in this module.
Published: Jan 6, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type LabeledLog struct {
Log
Labels map[string]string `json:"labels,omitempy"`
}
LabeledLog .
type Log struct {
Source string `json:"source"`
ID string `json:"id"`
Stream string `json:"stream"`
Content string `json:"content"`
Offset int64 `json:"offset"`
Timestamp int64 `json:"timestamp"`
Tags map[string]string `json:"tags"`
}
Log .
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.