Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProgressMessage ¶
type ProgressMessage struct {
Type string `json:"type"`
Phase string `json:"phase"`
Message string `json:"message"`
Elapsed float64 `json:"elapsed"`
}
ProgressMessage represents a progress update in JSON format
type Reporter ¶
type Reporter struct {
// contains filtered or unexported fields
}
Reporter provides progress reporting functionality for long-running operations
func NewJSONReporter ¶
NewJSONReporter creates a new progress reporter with JSON output
func NewReporter ¶
NewReporter creates a new progress reporter
Click to show internal directories.
Click to hide internal directories.