Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Errors ¶
type Errors []error
Errors is an error for tracing multiple errors.
func (Errors) ErrorOrNil ¶
ErrorOrNil returns an error if there is more then 0 error, nil otherwise.
type SyncErrors ¶
type SyncErrors struct { Errors // contains filtered or unexported fields }
SyncErrors is an error for tracing multiple errors safe to use in multiple goroutines.
Click to show internal directories.
Click to hide internal directories.