Documentation
¶
Index ¶
- func Ranges() []string
- type BaseIsCaseSensitive
- type BaseIsIgnoreCase
- type Compare
- func (compare Compare) Is(other Compare) bool
- func (compare Compare) IsEqual() bool
- func (compare Compare) IsLeftGreater() bool
- func (compare Compare) IsLeftGreaterEqual() bool
- func (compare Compare) IsLeftLess() bool
- func (compare Compare) IsLeftLessEqual() bool
- func (compare Compare) IsNotEqual() bool
- func (compare Compare) Ranges() []string
- func (compare Compare) String() string
- func (compare Compare) StringValue() string
- func (compare Compare) Value() byte
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BaseIsCaseSensitive ¶ added in v0.8.0
type BaseIsCaseSensitive struct {
IsCaseSensitive bool `json:"IsCaseSensitive,omitempty"` // strict case compare
}
func (*BaseIsCaseSensitive) BaseIsIgnoreCase ¶ added in v0.8.0
func (it *BaseIsCaseSensitive) BaseIsIgnoreCase() BaseIsIgnoreCase
func (*BaseIsCaseSensitive) IsIgnoreCase ¶ added in v0.8.0
func (it *BaseIsCaseSensitive) IsIgnoreCase() bool
type BaseIsIgnoreCase ¶ added in v0.8.0
type BaseIsIgnoreCase struct {
IsIgnoreCase bool `json:"IsCaseSensitive,omitempty"` // ignore case compare
}
func (*BaseIsIgnoreCase) BaseIsCaseSensitive ¶ added in v0.8.0
func (it *BaseIsIgnoreCase) BaseIsCaseSensitive() BaseIsCaseSensitive
func (*BaseIsIgnoreCase) IsCaseSensitive ¶ added in v0.8.0
func (it *BaseIsIgnoreCase) IsCaseSensitive() bool
type Compare ¶
type Compare byte
func (Compare) IsLeftGreater ¶
func (Compare) IsLeftGreaterEqual ¶
func (Compare) IsLeftLess ¶
func (Compare) IsLeftLessEqual ¶
func (Compare) IsNotEqual ¶ added in v0.3.8
func (Compare) StringValue ¶
Click to show internal directories.
Click to hide internal directories.