Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Attributes ¶
type Node ¶
type Node struct { Element string Attributes Attributes Children []any }
func CreateElement ¶
func CreateElement(name string, attributes Attributes, children ...any) Node
type TrustedString ¶
type TrustedString string
Click to show internal directories.
Click to hide internal directories.