Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func XmlDumps ¶
func XmlDumps(v interface{}, opts ...XmlDumpOptions) []byte
func XmlLoadsOmap ¶
func XmlLoadsOmap(v interface{}) (*orderedmap.OrderedMap, error)
func XmlPrettify ¶
Types ¶
type XmlDumpConfig ¶
type XmlDumpConfig struct {
// contains filtered or unexported fields
}
func NewXmlDumpConfig ¶
func NewXmlDumpConfig() *XmlDumpConfig
type XmlDumpOptions ¶
type XmlDumpOptions func(*XmlDumpConfig)
func WithHTMLEscape ¶
func WithHTMLEscape(escape bool) XmlDumpOptions
Click to show internal directories.
Click to hide internal directories.