Documentation
¶
Index ¶
- type BytesError
- func (it *BytesError) CombineErrorWithRef(references ...string) string
- func (it *BytesError) CombineErrorWithRefError(references ...string) error
- func (it *BytesError) HandleError()
- func (it *BytesError) HandleErrorWithMsg(msg string)
- func (it *BytesError) HasBytes() bool
- func (it *BytesError) HasError() bool
- func (it *BytesError) IsEmpty() bool
- func (it *BytesError) IsEmptyError() bool
- func (it *BytesError) IsEmptyOrErrorBytes() bool
- func (it *BytesError) Length() int
- func (it *BytesError) String() string
- func (it *BytesError) StringPtr() *string
- type Integers
- type IntegersDsc
- type PointerIntegers
- type PointerIntegersDsc
- type PointerStrings
- type PointerStringsDsc
- type StringsDsc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BytesError ¶ added in v0.4.1
func (*BytesError) CombineErrorWithRef ¶ added in v0.9.4
func (it *BytesError) CombineErrorWithRef(references ...string) string
func (*BytesError) CombineErrorWithRefError ¶ added in v0.9.4
func (it *BytesError) CombineErrorWithRefError(references ...string) error
func (*BytesError) HandleError ¶ added in v0.4.1
func (it *BytesError) HandleError()
func (*BytesError) HandleErrorWithMsg ¶ added in v0.4.1
func (it *BytesError) HandleErrorWithMsg(msg string)
func (*BytesError) HasBytes ¶ added in v0.4.1
func (it *BytesError) HasBytes() bool
func (*BytesError) HasError ¶ added in v0.4.1
func (it *BytesError) HasError() bool
func (*BytesError) IsEmpty ¶ added in v0.4.1
func (it *BytesError) IsEmpty() bool
func (*BytesError) IsEmptyError ¶ added in v0.4.1
func (it *BytesError) IsEmptyError() bool
func (*BytesError) IsEmptyOrErrorBytes ¶ added in v0.4.1
func (it *BytesError) IsEmptyOrErrorBytes() bool
IsEmptyOrErrorBytes len == 0, nil, {} returns as empty true
func (*BytesError) Length ¶ added in v0.8.1
func (it *BytesError) Length() int
func (*BytesError) String ¶ added in v0.4.1
func (it *BytesError) String() string
func (*BytesError) StringPtr ¶ added in v0.4.1
func (it *BytesError) StringPtr() *string
type IntegersDsc ¶
type IntegersDsc []int
func (IntegersDsc) Len ¶
func (p IntegersDsc) Len() int
func (IntegersDsc) Less ¶
func (p IntegersDsc) Less(i, j int) bool
func (IntegersDsc) Swap ¶
func (p IntegersDsc) Swap(i, j int)
type PointerIntegers ¶
type PointerIntegers []*int
func (PointerIntegers) Len ¶
func (p PointerIntegers) Len() int
func (PointerIntegers) Less ¶
func (p PointerIntegers) Less(i, j int) bool
func (PointerIntegers) Swap ¶
func (p PointerIntegers) Swap(i, j int)
type PointerIntegersDsc ¶
type PointerIntegersDsc []*int
func (PointerIntegersDsc) Len ¶
func (p PointerIntegersDsc) Len() int
func (PointerIntegersDsc) Less ¶
func (p PointerIntegersDsc) Less(i, j int) bool
func (PointerIntegersDsc) Swap ¶
func (p PointerIntegersDsc) Swap(i, j int)
type PointerStrings ¶
type PointerStrings []*string
func (PointerStrings) Len ¶
func (p PointerStrings) Len() int
func (PointerStrings) Less ¶
func (p PointerStrings) Less(i, j int) bool
func (PointerStrings) Swap ¶
func (p PointerStrings) Swap(i, j int)
type PointerStringsDsc ¶
type PointerStringsDsc []*string
func (PointerStringsDsc) Len ¶
func (p PointerStringsDsc) Len() int
func (PointerStringsDsc) Less ¶
func (p PointerStringsDsc) Less(i, j int) bool
func (PointerStringsDsc) Swap ¶
func (p PointerStringsDsc) Swap(i, j int)
type StringsDsc ¶
type StringsDsc []string
func (StringsDsc) Len ¶
func (p StringsDsc) Len() int
func (StringsDsc) Less ¶
func (p StringsDsc) Less(i, j int) bool
func (StringsDsc) Swap ¶
func (p StringsDsc) Swap(i, j int)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.