Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AtomicError ¶
type AtomicError struct {
// contains filtered or unexported fields
}
func (*AtomicError) Load ¶
func (ae *AtomicError) Load() error
func (*AtomicError) Set ¶
func (ae *AtomicError) Set(err error)
type BatchError ¶
type BatchError []error
func (BatchError) Error ¶
func (be BatchError) Error() string
Click to show internal directories.
Click to hide internal directories.