Versions in this module Expand all Collapse all v1 v1.6.1 Dec 26, 2020 Changes in this version + type FlattenBuilder struct + func (builder *FlattenBuilder) AddAttribute(name []byte, value []byte) + func (builder FlattenBuilder) AddTag(name []byte) + func (builder FlattenBuilder) AttributeValues() [][]byte + type TextBuilder struct + func (builder *TextBuilder) AddText(text []byte) + func (builder TextBuilder) TextParts() [][]byte v1.3.1 Jul 30, 2020 Changes in this version + type Attribute struct + Name []byte + Value []byte + type StructuralBuilder struct + func (builder *StructuralBuilder) AddAttribute(name []byte, value []byte) + func (builder *StructuralBuilder) AddTag(name []byte) + func (builder StructuralBuilder) Tags() []Tag + type Tag struct + Attributes []Attribute + Name []byte