Documentation ¶
Index ¶
Constants ¶
View Source
const (
SystemMaxItemCount = 10000
)
Variables ¶
View Source
var ( ErrEdiComponentElementIncorrectLocation = errors.New("edi component or element must be within a segment") ErrArrayRequiresItem = errors.New("array's must contain the item property") ErrSystemMaxItemCountExceeded = errors.New("maximum array item count exceeded") )
View Source
var ( ErrUnexpectedInputType = errors.New("unexpected input type") ErrUnexpectedEDIType = errors.New("unexpected edi type") )
Functions ¶
Types ¶
type Option ¶
type Option func(o *Options)
func WithComponentSeparator ¶
func WithElementSeparator ¶
func WithEscapeCharacter ¶
func WithSegmentSeparator ¶
Click to show internal directories.
Click to hide internal directories.