Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateAccouont ¶
Types ¶
type Account ¶
type Account struct { Id string Code string Title string Type AccountType }
func SelectAccounts ¶
func SelectAccounts(query squirrel.SelectBuilder) ([]Account, error)
type AccountType ¶
type AccountType string
const ( AccountTypeAsset AccountType = "asset" AccountTypeLiability AccountType = "liability" AccountTypeIncome AccountType = "income" AccountTypeExpense AccountType = "expense" )
Click to show internal directories.
Click to hide internal directories.