Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FieldFormatting ¶
type Node ¶
type Node struct {
// If false, this is a literal string
IsField bool
// For fields, the value is the key (no @ included)
// For literals, it is the literal value (with escaped @s unescaped)
Value string
// The amount of width to pad to (for fields only)
// zero means fill
Width int
// Formatting; nil for literals
FieldFormatting *FieldFormatting
}
Click to show internal directories.
Click to hide internal directories.