Documentation ¶
Overview ¶
Package for generating and parsing EDITFACT (http://en.wikipedia.org/wiki/EDIFACT). This package is pretty loose on the standard and doesn't enforce all the mandatory sections and such. Used as reference:
http://www.bic.org.uk/files/pdfs/070322-R2-EDIFACT-Transmission.pdf
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Header ¶
type Header [2]string
func (Header) ComponentDelimiter ¶
func (Header) DataDelimiter ¶
func (Header) ReleaseIndicator ¶
func (Header) RepetitionDelimiter ¶
func (Header) SegmentTerminator ¶
type SliceCallback ¶
A callback used to process a slice while marshalling
Click to show internal directories.
Click to hide internal directories.