Documentation
¶
Index ¶
- type OrderedData
- func (orderedData *OrderedData) GetArrayOrNil() *[]OrderedData
- func (orderedData *OrderedData) GetMapOrNil() *orderedmap.OrderedMap[string, OrderedData]
- func (orderedData OrderedData) MarshalJSON() ([]byte, error)
- func (orderedData OrderedData) MarshalYAML() (interface{}, error)
- func (orderedData *OrderedData) UnmarshalJSON(data []byte) error
- func (orderedData *OrderedData) UnmarshalYAML(value *yaml.Node) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OrderedData ¶
type OrderedData struct {
// contains filtered or unexported fields
}
func (*OrderedData) GetArrayOrNil ¶
func (orderedData *OrderedData) GetArrayOrNil() *[]OrderedData
TODO: remove once hack in printYaml is not needed anymore
func (*OrderedData) GetMapOrNil ¶
func (orderedData *OrderedData) GetMapOrNil() *orderedmap.OrderedMap[string, OrderedData]
TODO: remove once hack in printYaml is not needed anymore
func (OrderedData) MarshalJSON ¶
func (orderedData OrderedData) MarshalJSON() ([]byte, error)
func (OrderedData) MarshalYAML ¶
func (orderedData OrderedData) MarshalYAML() (interface{}, error)
func (*OrderedData) UnmarshalJSON ¶
func (orderedData *OrderedData) UnmarshalJSON(data []byte) error
func (*OrderedData) UnmarshalYAML ¶
func (orderedData *OrderedData) UnmarshalYAML(value *yaml.Node) error
Click to show internal directories.
Click to hide internal directories.