Versions in this module Expand all Collapse all v0 v0.1.2 Sep 12, 2024 Changes in this version + func FormatFile(w io.Writer, f directives.File) error + func ParseFile(file string) (directives.File, error) + func ParseFileRecursively(file string) (<-chan directives.File, func(context.Context) error) + func PrintFile(w io.Writer, f directives.File) error + type Account = directives.Account + type Accrual = directives.Accrual + type Addons = directives.Addons + type Assertion = directives.Assertion + type Balance = directives.Balance + type Booking = directives.Booking + type Close = directives.Close + type Commodity = directives.Commodity + type Date = directives.Date + type Decimal = directives.Decimal + type Directive = directives.Directive + type Error = directives.Error + type File = directives.File + type Include = directives.Include + type Interval = directives.Interval + type Location = directives.Location + type Open = directives.Open + type Parser = parser.Parser + type Performance = directives.Performance + type Price = directives.Price + type QuotedString = directives.QuotedString + type Range = directives.Range + type Result struct + Err error + File directives.File + type Scanner = scanner.Scanner + type Transaction = directives.Transaction