Documentation
¶
Index ¶
Constants ¶
View Source
const ( CompraAVista = 1 CompraParcelada = 2 Saque = 3 Pagamento = 4 )
Variables ¶
This section is empty.
Functions ¶
func CloseConnection ¶
func CloseConnection()
func GetConnection ¶
Types ¶
type TransactionModel ¶
type TransactionModel struct { Id string `gorm:"primary_key"` AccountId string OperationType int Amount float64 EventDate time.Time }
func GetTransactionsByAccountId ¶
func GetTransactionsByAccountId(accountId string) ([]TransactionModel, error)
func (TransactionModel) TableName ¶
func (TransactionModel) TableName() string
Click to show internal directories.
Click to hide internal directories.