models

package
v0.0.0-...-fe89582 Latest Latest
Warning

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

Go to latest
Published: Nov 25, 2021 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Casa

type Casa struct {
	ID     primitive.ObjectID `json:"_id" bson:"_id"`
	Casa   string             `json:"casa,omitempty" bson:"casa,omitempty"`
	Nombre string             `json:"nombre,omitempty" bson:"nombre,omitempty"`
	Debe   int8               `json:"debe,omitempty" bson:"debe,omitempty"`
	Cobros []Cobro            `json:"cobros,omitempty" bson:"cobros,omitempty"`
}

type Cobro

type Cobro struct {
	Monto float64   `json:"monto,omitempty" bson:"monto,omitempty"`
	Causa string    `json:"causa,omitempty" bson:"causa,omitempty"`
	Fecha time.Time `json:"fecha,omitempty" bson:"fecha,omitempty"`
}

type TableroMsg

type TableroMsg struct {
	ID         primitive.ObjectID `json:"_id,omitempty" bson:"_id.omitempty"`
	Mensaje    string             `json:"mensaje,omitempty" bson:"mensaje,omitempty"`
	Habilitado int8               `json:"habilitado,omitempty" bson:"habilitado,omitempty"`
	Tipo       int16              `json:"tipo,omitempty" bson:"tipo,omitempty"`
}

Jump to

Keyboard shortcuts

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