Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SafeWrap ¶
type SafeWrap struct {
Err error
}
SafeWrap has default options for encoding/decoding objects and lifts errors so you can wrap an arbitrary number of objects if one errors, then none of the others will do anything the error is saved to the struct.
func (*SafeWrap) WrapObject ¶
Click to show internal directories.
Click to hide internal directories.