Documentation ¶ Index ¶ type Result func Empty() Result func New(wrapper *errorwrapper.Wrapper) Result type ResultPtr func EmptyPtr() ResultPtr func NewPtr(wrapper *errorwrapper.Wrapper) ResultPtr func (resultPtr *ResultPtr) ToResult() Result Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Result ¶ type Result struct { Wrapper errorwrapper.Wrapper IsCastedProperly bool } func Empty ¶ func Empty() Result func New ¶ func New(wrapper *errorwrapper.Wrapper) Result type ResultPtr ¶ type ResultPtr struct { Wrapper *errorwrapper.Wrapper IsCastedProperly bool } func EmptyPtr ¶ func EmptyPtr() ResultPtr func NewPtr ¶ func NewPtr(wrapper *errorwrapper.Wrapper) ResultPtr func (*ResultPtr) ToResult ¶ func (resultPtr *ResultPtr) ToResult() Result Source Files ¶ View all Source files Result.go ResultPtr.go Click to show internal directories. Click to hide internal directories.