Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
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 struct {
// contains filtered or unexported fields
}
func (*BatchError) Add ¶
func (be *BatchError) Add(err error)
func (*BatchError) Err ¶
func (be *BatchError) Err() error
func (*BatchError) NotNil ¶
func (be *BatchError) NotNil() bool
Click to show internal directories.
Click to hide internal directories.