pagar

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 HandlerPagarCreate

func HandlerPagarCreate(c echo.Context) error

HandlerPagarCreate ---

func HandlerPagarRead

func HandlerPagarRead(c echo.Context) error

HandlerPagarRead ---

func HandlerPagarRemove

func HandlerPagarRemove(c echo.Context) error

HandlerPagarRemove ---

func HandlerPagarUpdate

func HandlerPagarUpdate(c echo.Context) error

HandlerPagarUpdate ---

Types

type Log

type Log struct {
	ID   string
	Tela string
	Desc string
}

Log ---

type Pagarin

type Pagarin struct {
	ID            string  `json:"id" db:"uuid"`
	Nome          string  `json:"nome" db:"nome"`
	Tipoconta     int     `json:"tipo_conta" db:"tipoconta_id"`
	Valor         float32 `json:"valor" db:"valor"`
	Valorpago     float32 `json:"valor_pago" db:"valorpago"`
	Datavenc      string  `json:"data_venc" db:"datavenc"`
	Datapagamento string  `json:"data_pagamento" db:"datapagamento"`
	Situacao      int     `json:"situacao" db:"situacao"`
}

type Pagarout

type Pagarout 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"`
	Valorpago     float32 `json:"valor_pago" db:"valorpago"`
	Datavenc      string  `json:"data_venc" db:"datavenc"`
	Datapagamento string  `json:"data_pagamento" db:"datapagamento"`
	Situacao      string  `json:"situacao" db:"situacao"`
}

Pagar ---

Jump to

Keyboard shortcuts

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