Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppNameResolver ¶ added in v0.2.15
type AppNameResolver interface {
// GetAppName returns the app name by checking remote profile first,
// then falling back to local registry. Returns empty string if not found.
GetAppName(appID common.Address) string
}
AppNameResolver resolves app IDs to display names.
type ProgressInfo ¶
type ProgressLogger ¶
type ProgressRow ¶
ProgressRow is a snapshot of a completed progress update.
type ProgressTracker ¶
type ProgressTracker interface {
ProgressRows() []ProgressRow
Set(id string, pct int, label string)
Render()
Clear()
}
Click to show internal directories.
Click to hide internal directories.