package
Version:
v0.4.2
Opens a new window with list of versions in this module.
Published: Jun 18, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func ReadEvent(data []byte, evt interface{}) error
type Batch struct {
Entries []*ach.EntryDetail `json:"entryDetails"`
}
type CorrectionFile struct {
Filename string `json:"filename"`
File *ach.File `json:"file"`
Corrections []Batch `json:"corrections"`
}
type Event struct {
Event interface{} `json:"event"`
Type string `json:"type"`
}
type FileUploaded struct {
FileID string `json:"fileID"`
ShardKey string `json:"shardKey"`
Filename string `json:"filename"`
UploadedAt time.Time `json:"uploadedAt"`
}
type IncomingFile struct {
Filename string `json:"filename"`
File *ach.File `json:"file"`
}
type PrenoteFile struct {
Filename string `json:"filename"`
File *ach.File `json:"file"`
Batches []Batch `json:"batches"`
}
type ReconciliationFile struct {
Filename string `json:"filename"`
File *ach.File `json:"file"`
Reconciliations []Batch `json:"returns"`
}
type ReturnFile struct {
Filename string `json:"filename"`
File *ach.File `json:"file"`
Returns []Batch `json:"returns"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.