receber

package
v0.0.0-...-7fbf0a8 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2020 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func HandlerReceberCreate

func HandlerReceberCreate(c echo.Context) error

HandlerReceberCreate ---

func HandlerReceberRead

func HandlerReceberRead(c echo.Context) error

HandlerReceberRead ---

func HandlerReceberRemove

func HandlerReceberRemove(c echo.Context) error

HandlerReceberRemove ---

func HandlerReceberUpdate

func HandlerReceberUpdate(c echo.Context) error

HandlerReceberUpdate ---

Types

type Log

type Log struct {
	ID   string
	Tela string
	Desc string
}

Log ---

type Receberin

type Receberin struct {
	ID           string  `json:"id" db:"uuid"`
	Nome         string  `json:"nome" db:"nome"`
	Tipoconta    string  `json:"tipo_conta" db:"tipo"`
	Valor        float32 `json:"valor" db:"valor"`
	CpfCnpj      string  `json:"cpfcnpj" db:"cpfcnpj"`
	DataReceber  string  `json:"data_receber" db:"datareceber"`
	DataRecebido string  `json:"data_recebido" db:"datarecebido"`
	Situacao     string  `json:"situacao" db:"situacao"`
}

type Receberout

type Receberout struct {
	ID           string  `json:"id" db:"uuid"`
	Nome         string  `json:"nome" db:"nome"`
	Tipoconta    string  `json:"tipo_conta" db:"tipo"`
	Valor        float32 `json:"valor" db:"valor"`
	CpfCnpj      string  `json:"cpfcnpj" db:"cpfcnpj"`
	DataReceber  string  `json:"data_receber" db:"datareceber"`
	DataRecebido string  `json:"data_recebido" db:"datarecebido"`
	Situacao     string  `json:"situacao" db:"situacao"`
}

Jump to

Keyboard shortcuts

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