Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNotEnoughMoney = cerr.New("account_from doesn't have enough money") ErrMoreThanLimit = cerr.New("exceeds account_to limit ") )
Functions ¶
This section is empty.
Types ¶
type Transaction ¶
type TransactionFilter ¶
type TransactionType ¶
type TransactionType string
const ( Transfer TransactionType = "transfer" Payment TransactionType = "payment" )
func (TransactionType) String ¶
func (t TransactionType) String() string
Click to show internal directories.
Click to hide internal directories.