Documentation ¶
Index ¶
- type Engine
- func (e *Engine) ExportAccounts(writer io.Writer, tpl *types.Template, accounts []*types.Account) error
- func (e *Engine) ExportClients(writer io.Writer, tpl *types.Template, clients []*types.Client) error
- func (e *Engine) ExportInvoices(writer io.Writer, tpl *types.Template, invoices []*types.Invoice, ...) error
- func (e *Engine) ExportProjects(writer io.Writer, tpl *types.Template, projects []*types.Project) error
- func (e *Engine) Meta(tpl *types.Template) (map[string]interface{}, error)
- type TableASTTransformer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Engine ¶
type Engine struct {
// contains filtered or unexported fields
}
func (*Engine) ExportAccounts ¶
func (*Engine) ExportClients ¶
func (*Engine) ExportInvoices ¶
func (*Engine) ExportProjects ¶
Click to show internal directories.
Click to hide internal directories.