add Fees and Taxes to the Record type
This commit is contained in:
@@ -9,11 +9,6 @@ import (
|
||||
"sync"
|
||||
)
|
||||
|
||||
type RecordReader interface {
|
||||
// ReadRecord should return Records until an error is found.
|
||||
ReadRecord() (Record, error)
|
||||
}
|
||||
|
||||
// Reporter consumes each record to produce ReportItem.
|
||||
type Reporter struct {
|
||||
reader RecordReader
|
||||
|
||||
Reference in New Issue
Block a user