Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrorMessageCollector ¶
type ErrorMessageCollector struct {
// contains filtered or unexported fields
}
Defines a simple string collector that dedupes messages into affected ranges to save in storage.
func NewErrorMessageCollector ¶
func NewErrorMessageCollector() ErrorMessageCollector
Creates a new efficient ErrorMessageCollector that can dedupe errors for array sub-tasks for storage efficiency.
func (ErrorMessageCollector) Collect ¶
func (c ErrorMessageCollector) Collect(idx int, msg string)
func (ErrorMessageCollector) Length ¶
func (c ErrorMessageCollector) Length() int
func (ErrorMessageCollector) Summary ¶
func (c ErrorMessageCollector) Summary(charLimit int) string
Click to show internal directories.
Click to hide internal directories.