logstream

package
v0.0.1-alpha.4 Latest Latest
Warning

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

Go to latest
Published: Jan 4, 2026 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Functions

This section is empty.

Types

type LogStream

type LogStream interface {
	// Create creates a log stream for the deployment id
	Create(context.Context, int64) error

	// Delete deletes a log stream for deployment id
	Delete(context.Context, int64) error

	// Write writes to the log stream
	Write(context.Context, int64, *types.LogLine) error

	// Tail tails the log stream
	Tail(context.Context, int64) (<-chan *types.LogLine, <-chan error)
}

func NewInMemory

func NewInMemory() LogStream

func ProvideLogStream

func ProvideLogStream() LogStream

Jump to

Keyboard shortcuts

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