Documentation ¶
Index ¶
- type Writer
- func (w *Writer) GetCustomer(customer sbanken.Customer)
- func (w *Writer) ListAccounts(accounts []sbanken.Account)
- func (w *Writer) ListCards(cards []sbanken.Card)
- func (w *Writer) ListEfakturas(efakturas []sbanken.Efaktura)
- func (w *Writer) ListPayments(payments []sbanken.Payment)
- func (w *Writer) ListStandingOrders(standingOrders []sbanken.StandingOrder, _ bool)
- func (w *Writer) ListTransactions(transactions []sbanken.Transaction, _ bool, _ bool, _ bool)
- func (w *Writer) PayEfaktura(q *sbanken.EfakturaPayQuery)
- func (w *Writer) ReadAccount(account sbanken.Account)
- func (w *Writer) ReadEfaktura(efaktura sbanken.Efaktura)
- func (w *Writer) ReadPayment(payment sbanken.Payment)
- func (w *Writer) SetColors(_ bool)
- func (w *Writer) SetOutputMirror(m io.Writer)
- func (w *Writer) SetStyle(_ string)
- func (w *Writer) Transfer(q *sbanken.TransferQuery)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Writer ¶
type Writer struct{}
func (*Writer) GetCustomer ¶
func (w *Writer) GetCustomer(customer sbanken.Customer)
func (*Writer) ListAccounts ¶
func (w *Writer) ListAccounts(accounts []sbanken.Account)
func (*Writer) ListEfakturas ¶
func (w *Writer) ListEfakturas(efakturas []sbanken.Efaktura)
func (*Writer) ListPayments ¶
func (w *Writer) ListPayments(payments []sbanken.Payment)
func (*Writer) ListStandingOrders ¶
func (*Writer) ListTransactions ¶
func (*Writer) PayEfaktura ¶
func (w *Writer) PayEfaktura(q *sbanken.EfakturaPayQuery)
func (*Writer) ReadAccount ¶
func (w *Writer) ReadAccount(account sbanken.Account)
func (*Writer) ReadEfaktura ¶
func (w *Writer) ReadEfaktura(efaktura sbanken.Efaktura)
func (*Writer) ReadPayment ¶
func (w *Writer) ReadPayment(payment sbanken.Payment)
func (*Writer) SetOutputMirror ¶
Click to show internal directories.
Click to hide internal directories.