Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LedgerFileError ¶ added in v0.3.1
type LedgerFileError struct { LineFrom uint64 `json:"line_from"` LineTo uint64 `json:"line_to"` Error string `json:"error"` Message string `json:"message"` }
func ValidateFile ¶ added in v0.3.1
func ValidateFile(journalPath string) ([]LedgerFileError, error)
Click to show internal directories.
Click to hide internal directories.