Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitMajordomo ¶ added in v1.2.0
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 interface{} }
ScatterResult is the result of a single scatter worker.
Click to show internal directories.
Click to hide internal directories.