Documentation ¶
Index ¶
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 FailedTypeCast ¶ added in v0.1.9
func New ¶
func New(wrapper *errorwrapper.Wrapper) Result
func (Result) ToResultPtr ¶ added in v0.1.9
type ResultPtr ¶
type ResultPtr struct { Wrapper *errorwrapper.Wrapper IsCastedProperly bool }
func FailedTypeCastPtr ¶ added in v0.1.9
func NewPtr ¶
func NewPtr(wrapper *errorwrapper.Wrapper) *ResultPtr
Click to show internal directories.
Click to hide internal directories.