Documentation ¶
Index ¶
- type Bool
- func (b Bool) IsFalse() bool
- func (b Bool) IsNone() bool
- func (b Bool) IsTrue() bool
- func (b Bool) MarshalBinary() ([]byte, error)
- func (b Bool) MarshalJSON() ([]byte, error)
- func (b Bool) MarshalText() ([]byte, error)
- func (b Bool) String() string
- func (b *Bool) UnmarshalBinary(data []byte) error
- func (b *Bool) UnmarshalJSON(data []byte) error
- func (b *Bool) UnmarshalText(data []byte) error
- type FloatGTValue
- type FloatLTValue
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bool ¶
type Bool int8
func (Bool) MarshalJSON ¶
func (*Bool) UnmarshalBinary ¶
UnmarshalBinary implements encoding.BinaryUnmarshaler.
func (*Bool) UnmarshalJSON ¶
UnmarshalJSON implements json.Unmarshaler.
func (*Bool) UnmarshalText ¶
UnmarshalText implements encoding.TextUnmarshaler.
type FloatGTValue ¶ added in v1.7.2
type FloatGTValue float64
func (FloatGTValue) Compare ¶ added in v1.7.2
func (a FloatGTValue) Compare(b FloatGTValue) bool
type FloatLTValue ¶ added in v1.7.2
type FloatLTValue float64
func (FloatLTValue) Compare ¶ added in v1.7.2
func (a FloatLTValue) Compare(b FloatLTValue) bool
Click to show internal directories.
Click to hide internal directories.