transaction

package
v0.0.0-...-571d96d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 8, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Transaction

type Transaction struct {
	Title       string    `json:"title"`
	Amount      float32   `json:"amount"`
	Type        int       `json:"type"`
	Installment int       `json:"installment"`
	CreatedAt   time.Time `json:"created_at"`
}

Transaction type

  1. entrada
  2. saida

type Transactions

type Transactions []Transaction

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL