Documentation
¶
Index ¶
- type BoolValue
- type FloatValue
- type IntValue
- type ListValue
- type MapValue
- func (v MapValue) Bool() bool
- func (v MapValue) Cmp(other Value) int
- func (v MapValue) Hash(seed maphash.Seed) (uint64, error)
- func (v MapValue) MarshalYAML() (any, error)
- func (v *MapValue) SetItem(key, value Value) error
- func (v MapValue) String() string
- func (v *MapValue) UnmarshalYAML(node *yaml.Node) error
- type NullValue
- type StringValue
- type Value
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 (BoolValue) MarshalYAML ¶
func (*BoolValue) UnmarshalYAML ¶
type FloatValue ¶
type FloatValue struct {
// contains filtered or unexported fields
}
func (FloatValue) Bool ¶
func (v FloatValue) Bool() bool
func (FloatValue) Cmp ¶
func (v FloatValue) Cmp(other Value) int
func (FloatValue) MarshalYAML ¶
func (v FloatValue) MarshalYAML() (any, error)
func (FloatValue) String ¶
func (v FloatValue) String() string
func (*FloatValue) UnmarshalYAML ¶
func (v *FloatValue) UnmarshalYAML(node *yaml.Node) error
type IntValue ¶
type IntValue struct {
// contains filtered or unexported fields
}
func (*IntValue) MarshalYAML ¶
func (*IntValue) UnmarshalYAML ¶
type ListValue ¶
type ListValue struct {
// contains filtered or unexported fields
}
func (ListValue) MarshalYAML ¶
func (*ListValue) UnmarshalYAML ¶
type MapValue ¶
type MapValue struct {
// contains filtered or unexported fields
}
func (MapValue) MarshalYAML ¶
func (*MapValue) UnmarshalYAML ¶
type NullValue ¶
type NullValue struct{}
func (NullValue) MarshalYAML ¶
func (NullValue) UnmarshalYAML ¶
type StringValue ¶
type StringValue struct {
// contains filtered or unexported fields
}
func (StringValue) Bool ¶
func (v StringValue) Bool() bool
func (StringValue) Cmp ¶
func (v StringValue) Cmp(other Value) int
func (StringValue) MarshalYAML ¶
func (v StringValue) MarshalYAML() (any, error)
func (StringValue) String ¶
func (v StringValue) String() string
func (*StringValue) UnmarshalYAML ¶
func (v *StringValue) UnmarshalYAML(node *yaml.Node) error
Click to show internal directories.
Click to hide internal directories.