Documentation
¶
Index ¶
Constants ¶
View Source
const ( UIResumeOutputAttr = "dagger.io/ui.resume.output" // DagBlockedAttr marks a lazy-evaluation resume span that aborted because a // prerequisite result's evaluation failed, rather than because the result's // own deferred work failed. The UI treats a blocked resumption as if the // deferred work never ran: the owning API spans return to pending instead // of being marked caused-failed. DagBlockedAttr = "dagger.io/dag.blocked" // ProgressItemAttr uniquely names the item within its span, e.g. a layer // digest. (string) ProgressItemAttr = "dagger.io/progress.item" // ProgressCurrentAttr is the item's absolute completed amount. (int64) ProgressCurrentAttr = "dagger.io/progress.current" // ProgressTotalAttr is the item's expected final amount. Zero or absent // means the total is unknown (indeterminate). (int64) ProgressTotalAttr = "dagger.io/progress.total" // ProgressUnitAttr optionally names the unit of current/total, e.g. // "bytes", for human-readable display. (string) ProgressUnitAttr = "dagger.io/progress.unit" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.