package
Version:
v1.4.0
Opens a new window with list of versions in this module.
Published: Apr 18, 2023
License: MPL-2.0
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
¶
Package logdata implements the types and the data sources for the data sourced from the Talos dmesg API.
Data is a log line from a node.
type Source struct {
LogCh chan Data
}
Source is a data source for Kernel (dmesg) logs.
NewSource initializes and returns Source data source.
Start starts the data source.
Stop stops the data source.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.