Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Part ¶ added in v0.4.0
type Part struct {
// contains filtered or unexported fields
}
Part represents a part of a bigger Task.
func (*Part) Starting ¶ added in v0.4.0
func (p *Part) Starting() PartProcessing
Starting starts a part processing.
type PartProcessing ¶ added in v0.4.0
PartProcessing is an interface that is used to process long running part of tasks.
Click to show internal directories.
Click to hide internal directories.