Documentation
¶
Overview ¶
Package stream provides types and handlers for streaming application logs to clients. It defines core log streaming interfaces and API wiring for the daemon's web layer, with concrete log streaming implementations and helpers located in the internal/stream package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HandleLogStream ¶
type LogsStreamer ¶
type LogsStreamer struct {
// contains filtered or unexported fields
}
func Init ¶
func Init() *LogsStreamer
Click to show internal directories.
Click to hide internal directories.