Documentation ¶
Index ¶
- 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
- type Accrual
- type Addons
- type Assertion
- type Balance
- type Booking
- type Close
- type Commodity
- type Date
- type Decimal
- type Directive
- type Error
- type File
- type Include
- type Interval
- type Location
- type Open
- type Parser
- type Performance
- type Price
- type QuotedString
- type Range
- type Result
- type Scanner
- type Transaction
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FormatFile ¶
func FormatFile(w io.Writer, f directives.File) error
func ParseFileRecursively ¶
Types ¶
type Account ¶
type Account = directives.Account
type Accrual ¶
type Accrual = directives.Accrual
type Addons ¶
type Addons = directives.Addons
type Assertion ¶
type Assertion = directives.Assertion
type Balance ¶
type Balance = directives.Balance
type Booking ¶
type Booking = directives.Booking
type Close ¶
type Close = directives.Close
type Commodity ¶
type Commodity = directives.Commodity
type Date ¶
type Date = directives.Date
type Decimal ¶
type Decimal = directives.Decimal
type Directive ¶
type Directive = directives.Directive
type Error ¶
type Error = directives.Error
type File ¶
type File = directives.File
type Include ¶
type Include = directives.Include
type Interval ¶
type Interval = directives.Interval
type Location ¶
type Location = directives.Location
type Open ¶
type Open = directives.Open
type Performance ¶
type Performance = directives.Performance
type Price ¶
type Price = directives.Price
type QuotedString ¶
type QuotedString = directives.QuotedString
type Range ¶
type Range = directives.Range
type Result ¶
type Result struct { File directives.File Err error }
type Transaction ¶
type Transaction = directives.Transaction
Click to show internal directories.
Click to hide internal directories.