Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AggregatedError ¶
type AggregatedError struct {
Errs []error
}
func NewAggregatedError ¶
func NewAggregatedError() AggregatedError
func (*AggregatedError) Add ¶
func (errors *AggregatedError) Add(err error)
func (AggregatedError) Empty ¶
func (e AggregatedError) Empty() bool
func (AggregatedError) Error ¶
func (e AggregatedError) Error() string
Click to show internal directories.
Click to hide internal directories.