Documentation ¶
Index ¶
- func SetRange[T any, P interface{ ... }](t P, r Range) T
- 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 Performance
- type Price
- type QuotedString
- type Range
- type Transaction
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Addons ¶
type Addons struct { Range Performance Performance Accrual Accrual }
type Include ¶
type Include struct { Range IncludePath QuotedString }
type Performance ¶
type QuotedString ¶
type Transaction ¶
type Transaction struct { Range Date Date Description QuotedString Bookings []Booking Addons Addons }
Click to show internal directories.
Click to hide internal directories.