stream

package
v0.4.3-beta.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 26, 2025 License: MIT Imports: 7 Imported by: 0

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 HandleLogStream interface {
	Stream(ctx context.Context, id string, logChan chan<- string) error
}

type LogsStreamer

type LogsStreamer struct {
	// contains filtered or unexported fields
}

func Init

func Init() *LogsStreamer

func (*LogsStreamer) Stream

func (s *LogsStreamer) Stream(ctx context.Context, id string, logChan chan<- string) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL