Versions in this module Expand all Collapse all v1 v1.6.0 Jun 2, 2026 Changes in this version + type ExplodeConfig struct + DateSegments []string + ItemSegments []string + PartnerSegments []string + StatusSegments []string + type Header struct + Attributes map[string]string + Root string + type Result struct + Dates []Segment + Header Header + Items []Segment + Partners []Segment + Segments []Segment + Statuses []Segment + func ExplodeXML(raw []byte, cfg ExplodeConfig) (Result, error) + func (r Result) ToTopicRecords(topics TopicConfig) (TopicRecords, error) + type Segment struct + Attributes map[string]string + Fields map[string]string + Name string + Path string + Value string + type TopicConfig struct + Dates string + Header string + Items string + Partners string + Segments string + Statuses string + type TopicRecords map[string][][]byte