Documentation ¶
Index ¶
- type Account
- type Balance
- type DateRange
- type HledgerProxy
- func (p *HledgerProxy) Accounts() func(http.ResponseWriter, *http.Request)
- func (p *HledgerProxy) Cashflow() func(http.ResponseWriter, *http.Request)
- func (p *HledgerProxy) ExpenseSummary() func(http.ResponseWriter, *http.Request)
- func (p *HledgerProxy) JournalPath() string
- func (p *HledgerProxy) Transactions() func(http.ResponseWriter, *http.Request)
- func (p *HledgerProxy) Url(str string) string
- type Posting
- type SimpleAccount
- type SimpleAccounts
- type Transaction
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HledgerProxy ¶
type HledgerProxy struct {
// contains filtered or unexported fields
}
func New ¶
func New(apiUrl, journalPath string) *HledgerProxy
func (*HledgerProxy) Accounts ¶
func (p *HledgerProxy) Accounts() func(http.ResponseWriter, *http.Request)
func (*HledgerProxy) Cashflow ¶
func (p *HledgerProxy) Cashflow() func(http.ResponseWriter, *http.Request)
func (*HledgerProxy) ExpenseSummary ¶
func (p *HledgerProxy) ExpenseSummary() func(http.ResponseWriter, *http.Request)
func (*HledgerProxy) JournalPath ¶
func (p *HledgerProxy) JournalPath() string
func (*HledgerProxy) Transactions ¶
func (p *HledgerProxy) Transactions() func(http.ResponseWriter, *http.Request)
func (*HledgerProxy) Url ¶
func (p *HledgerProxy) Url(str string) string
type SimpleAccount ¶
type SimpleAccounts ¶
type SimpleAccounts struct {
Accounts []SimpleAccount `json:"accounts"`
}
type Transaction ¶
Click to show internal directories.
Click to hide internal directories.