Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BoolValue ¶
type BoolValue struct {
// contains filtered or unexported fields
}
func NewBoolValue ¶
type DateValue ¶
type DateValue struct {
// contains filtered or unexported fields
}
func NewDateValue ¶
type ErrorValue ¶
type ErrorValue struct {
// contains filtered or unexported fields
}
func NewErrorValue ¶
func NewErrorValue(value string) *ErrorValue
func (*ErrorValue) Data ¶
func (v *ErrorValue) Data() any
func (*ErrorValue) Equals ¶
func (v *ErrorValue) Equals(other Value) bool
func (*ErrorValue) LessThan ¶
func (v *ErrorValue) LessThan(other Value) bool
func (*ErrorValue) String ¶
func (v *ErrorValue) String() string
func (*ErrorValue) Type ¶
func (v *ErrorValue) Type() types.Type
type IntValue ¶
type IntValue struct {
// contains filtered or unexported fields
}
func NewIntValue ¶
type ListValue ¶
type ListValue struct {
// contains filtered or unexported fields
}
func NewListValue ¶
type MapValue ¶
type MapValue struct {
// contains filtered or unexported fields
}
func NewMapValue ¶
type RealValue ¶
type RealValue struct {
// contains filtered or unexported fields
}
func NewRealValue ¶
type StringValue ¶
type StringValue struct {
// contains filtered or unexported fields
}
func NewStringValue ¶
func NewStringValue(value string) *StringValue
func (*StringValue) Data ¶
func (v *StringValue) Data() any
func (*StringValue) Equals ¶
func (v *StringValue) Equals(other Value) bool
func (*StringValue) LessThan ¶
func (v *StringValue) LessThan(other Value) bool
func (*StringValue) String ¶
func (v *StringValue) String() string
func (*StringValue) Type ¶
func (v *StringValue) Type() types.Type
type TimeValue ¶
type TimeValue struct {
// contains filtered or unexported fields
}
func NewTimeValue ¶
Click to show internal directories.
Click to hide internal directories.