Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CommitHash ¶ added in v1.2.1
func CommitHash() string
CommitHash returns the commit hash of the build, if available.
func InitMajordomo ¶ added in v1.2.0
InitMajordomo sets up the Majordomo service.
func ResolvePath ¶ added in v1.2.0
ResolvePath resolves a potentially relative path to an absolute path.
Types ¶
type ScatterResult ¶ added in v0.9.0
type ScatterResult struct {
// Offset is the offset at which the worker started.
Offset int
// Extent is the user-defined result of running the scatter function.
Extent any
}
ScatterResult is the result of a single scatter worker.
Click to show internal directories.
Click to hide internal directories.