Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MultiError ¶
type MultiError []error
The MultiError type implements the error interface, and contains the Errors used to construct it.
type NonNilMultiError ¶ added in v0.19.0
type NonNilMultiError MultiError
type SyncMultiError ¶ added in v0.28.0
type SyncMultiError struct {
// contains filtered or unexported fields
}
SyncMultiError is a thread-safe implementation of MultiError.
Click to show internal directories.
Click to hide internal directories.