Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Parser ¶
type Parser struct {
// contains filtered or unexported fields
}
Parser handles the parsing of EDIFACT tokens into message structures
func NewDefaultParser ¶
func NewDefaultParser() *Parser
NewDefaultParser creates a new parser with default EDIFACT configuration
func NewParser ¶
func NewParser(config model.EDIFACTConfig) *Parser
NewParser creates a new parser with the given configuration
func (*Parser) ParseSegment ¶
ParseSegment parses a single segment string
func (*Parser) ParseString ¶
ParseString parses an EDIFACT string into a Message structure
Click to show internal directories.
Click to hide internal directories.