observer

package
v0.1.13 Latest Latest
Warning

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

Go to latest
Published: Apr 28, 2026 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func WithCopyObserver

func WithCopyObserver(ctx context.Context, obs CopyObserver) context.Context

WithCopyObserver stores a CopyObserver in the context.

Types

type CopyObserver

type CopyObserver interface {
	StageStart(name string)
	StageItem(name, detail string, current, total int64)
	StageDone(name, summary string)
	StageSkip(name, reason string)
	SubStageDone(stage, sub, summary string)
	StageWarning(stage, msg string)
}

CopyObserver receives progress events during copy operations. Implementations must be safe for concurrent use.

func ObserverFromContext

func ObserverFromContext(ctx context.Context) CopyObserver

ObserverFromContext returns the CopyObserver from context, or a no-op observer.

Jump to

Keyboard shortcuts

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