Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitMajordomo ¶ added in v0.4.10
InitMajordomo initialises the majordomo service, for fetching secrets.
func ProcessConcurrency ¶
ProcessConcurrency returns the best process concurrency for the path.
func ResolvePath ¶ added in v0.4.10
ResolvePath resolves a potentially relative path to an absolute path.
Types ¶
type ScatterResult ¶
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.