Documentation ¶ Index ¶ type Results func NewResults() (*Results, error) func (results *Results) Close() error func (results *Results) EnsureShardResultsDir(jobID string, shardIndex int) (string, error) func (results *Results) GetShardResultsDir(jobID string, shardIndex int) string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Results ¶ type Results struct { // where do we copy the results from jobs temporarily? ResultsDir string } func NewResults ¶ func NewResults() (*Results, error) func (*Results) Close ¶ func (results *Results) Close() error func (*Results) EnsureShardResultsDir ¶ func (results *Results) EnsureShardResultsDir(jobID string, shardIndex int) (string, error) func (*Results) GetShardResultsDir ¶ func (results *Results) GetShardResultsDir(jobID string, shardIndex int) string Source Files ¶ View all Source files results.go Click to show internal directories. Click to hide internal directories.