Documentation ¶
Index ¶
- Variables
- type Result
- func (it Result) AsSafeBytesWithErrWrapGetterContractsBinder() errorwrapper.SafeBytesWithErrWrapGetterContractsBinder
- func (it *Result) CompiledErrorWrapper() *errorwrapper.Wrapper
- func (it *Result) Deserialize(toPtr interface{}) *errorwrapper.Wrapper
- func (it *Result) DeserializeSkipExistingErr(toPtr interface{}) *errorwrapper.Wrapper
- func (it *Result) DeserializeTo(toPtr interface{}) *errorwrapper.Wrapper
- func (it *Result) DeserializeToSkipExistingError(toPtr interface{}) *errorwrapper.Wrapper
- func (it *Result) ErrWrap() *errorwrapper.Wrapper
- func (it *Result) HasAnyError() bool
- func (it *Result) HasAnyItem() bool
- func (it *Result) HasError() bool
- func (it *Result) HasErrorWrap() bool
- func (it *Result) HasIssuesOrEmpty() bool
- func (it *Result) HasJsonResultError() bool
- func (it *Result) HasSafeItems() bool
- func (it *Result) IsAnyNull() bool
- func (it *Result) IsEmpty() bool
- func (it Result) IsEmptyError() bool
- func (it *Result) IsEqual(term string) bool
- func (it *Result) IsEqualIgnoreCase(term string) bool
- func (it *Result) IsEqualResult(right *Result) bool
- func (it Result) IsFailed() bool
- func (it *Result) IsNull() bool
- func (it Result) IsSuccess() bool
- func (it *Result) JsonString() string
- func (it *Result) Length() int
- func (it Result) PrettyJsonBuffer(prefix, indent string) (*bytes.Buffer, error)
- func (it *Result) PrettyJsonString() string
- func (it *Result) PrettyJsonStringOrErrString() string
- func (it *Result) SafeBytes() []byte
- func (it *Result) SafeString() string
- func (it *Result) SafeValues() []byte
- func (it *Result) SafeValuesPtr() *[]byte
- func (it *Result) SimpleStringOnce(isInit bool) corestr.SimpleStringOnce
- func (it *Result) SplitLines() []string
- func (it *Result) SplitLinesSimpleSlice() *corestr.SimpleSlice
- func (it *Result) String() string
- func (it *Result) UnmarshalErrorJson(toPtr interface{}) *errorwrapper.Wrapper
- func (it *Result) ValidValue() *corestr.ValidValue
- type ResultsCollection
Constants ¶
This section is empty.
Variables ¶
View Source
var ( New = newCreator{} Empty = emptyCreator{} )
Functions ¶
This section is empty.
Types ¶
type Result ¶
type Result struct { *corejson.Result ErrorWrapper *errorwrapper.Wrapper }
func (Result) AsSafeBytesWithErrWrapGetterContractsBinder ¶ added in v1.1.5
func (it Result) AsSafeBytesWithErrWrapGetterContractsBinder() errorwrapper.SafeBytesWithErrWrapGetterContractsBinder
func (*Result) CompiledErrorWrapper ¶ added in v0.7.3
func (it *Result) CompiledErrorWrapper() *errorwrapper.Wrapper
func (*Result) Deserialize ¶ added in v1.0.2
func (it *Result) Deserialize( toPtr interface{}, ) *errorwrapper.Wrapper
func (*Result) DeserializeSkipExistingErr ¶ added in v1.0.2
func (it *Result) DeserializeSkipExistingErr( toPtr interface{}, ) *errorwrapper.Wrapper
func (*Result) DeserializeTo ¶ added in v1.1.5
func (it *Result) DeserializeTo( toPtr interface{}, ) *errorwrapper.Wrapper
func (*Result) DeserializeToSkipExistingError ¶ added in v1.1.5
func (it *Result) DeserializeToSkipExistingError( toPtr interface{}, ) *errorwrapper.Wrapper
func (*Result) ErrWrap ¶ added in v1.1.5
func (it *Result) ErrWrap() *errorwrapper.Wrapper
func (*Result) HasAnyError ¶ added in v1.1.2
func (*Result) HasAnyItem ¶ added in v0.7.3
func (*Result) HasErrorWrap ¶ added in v1.1.2
func (*Result) HasIssuesOrEmpty ¶ added in v0.7.0
func (*Result) HasJsonResultError ¶ added in v1.1.2
func (*Result) HasSafeItems ¶ added in v0.7.0
HasSafeItems No errors and has items
func (Result) IsEmptyError ¶ added in v0.7.0
func (*Result) IsEqualIgnoreCase ¶ added in v0.8.7
func (*Result) IsEqualResult ¶ added in v0.8.9
func (*Result) JsonString ¶ added in v0.8.7
func (Result) PrettyJsonBuffer ¶ added in v0.8.7
func (*Result) PrettyJsonString ¶ added in v0.8.7
func (*Result) PrettyJsonStringOrErrString ¶ added in v0.9.6
func (*Result) SafeString ¶ added in v0.8.7
func (*Result) SafeValues ¶ added in v0.8.7
func (*Result) SafeValuesPtr ¶ added in v0.8.7
func (*Result) SimpleStringOnce ¶ added in v0.8.7
func (it *Result) SimpleStringOnce( isInit bool, ) corestr.SimpleStringOnce
func (*Result) SplitLines ¶ added in v0.8.7
func (*Result) SplitLinesSimpleSlice ¶ added in v0.8.7
func (it *Result) SplitLinesSimpleSlice() *corestr.SimpleSlice
func (*Result) UnmarshalErrorJson ¶ added in v0.8.7
func (it *Result) UnmarshalErrorJson( toPtr interface{}, ) *errorwrapper.Wrapper
func (*Result) ValidValue ¶ added in v0.8.7
func (it *Result) ValidValue() *corestr.ValidValue
type ResultsCollection ¶ added in v0.4.3
type ResultsCollection struct { *corejson.ResultsCollection ErrorCollection *errwrappers.Collection }
func (*ResultsCollection) Dispose ¶ added in v0.8.7
func (it *ResultsCollection) Dispose()
func (*ResultsCollection) HasError ¶ added in v0.8.7
func (it *ResultsCollection) HasError() bool
func (*ResultsCollection) IsAnyNull ¶ added in v0.8.7
func (it *ResultsCollection) IsAnyNull() bool
func (*ResultsCollection) IsEmpty ¶ added in v0.8.7
func (it *ResultsCollection) IsEmpty() bool
func (*ResultsCollection) Length ¶ added in v0.8.7
func (it *ResultsCollection) Length() int
Click to show internal directories.
Click to hide internal directories.