Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Posting ¶
type Posting struct { ID uint `gorm:"primaryKey" json:"id"` Date time.Time `json:"date"` Payee string `json:"payee"` Account string `json:"account"` Commodity string `json:"commodity"` Quantity float64 `json:"quantity"` Amount float64 `json:"amount"` MarketAmount float64 `gorm:"-:all" json:"market_amount"` }
Click to show internal directories.
Click to hide internal directories.