package
Version:
v0.0.0-...-8aeccdc
Opens a new window with list of versions in this module.
Published: Sep 16, 2023
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Marshal encodes a slog.Record into binary data.
Unmarshal decodes a slog.Record from the data.
Type specifies value type.
const (
TypeTime Type = iota
TypeMessage
TypeLevel
TypeSource
TypeAttr
)
Serialization types.
VType specifies attribute value types.
const (
VTypeAny VType = iota
VTypeBool
VTypeDuration
VTypeFloat64
VTypeGroup
VTypeInt32
VTypeInt64
VTypeString
VTypeTime
VTypeUint64
)
Value types.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.