Documentation ¶ Index ¶ type EDI func (e *EDI) Parse(ediString string) error func (edi997 EDI) Validate() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type EDI ¶ type EDI struct { InterchangeControlEnvelope interchangeControlEnvelope } EDI holds all the segments to parse an EDI 997 func (*EDI) Parse ¶ func (e *EDI) Parse(ediString string) error Parse takes in a string representation of a 997 EDI file and reads it into a 997 EDI struct func (EDI) Validate ¶ func (edi997 EDI) Validate() error Validate will validate the EDI997 (and nested structs) to make sure they will produce legal EDI. This returns either an InvalidValidationError or a validator.ValidationErrors that allows all validation errors to be introspected individually. Source Files ¶ View all Source files edi.go parser.go Click to show internal directories. Click to hide internal directories.