Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Writer ¶
type Writer struct {
// contains filtered or unexported fields
}
Writer serialises task.Result values to a file in JSONL or CSV format. Send is non-blocking; results are dropped (with a warning) if the internal buffer is full. Close drains the buffer and flushes the file.
Click to show internal directories.
Click to hide internal directories.