package
Version:
v0.0.0-...-703489d
Opens a new window with list of versions in this module.
Published: Apr 12, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Part represents a part of a bigger Task.
Skip print a warning message.
Starting starts a part processing.
type PartProcessing interface {
Notify(status string)
Done(err error)
}
PartProcessing is an interface that is used to process long running part of
tasks.
Task represents a mage task enriched with icon and description that might
be multiline.
Start will start a single line task.
End will report task completion, either successful or failures.
Part create a part that can be reported further.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.