models

package
v1.0.7 Latest Latest
Warning

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

Go to latest
Published: Aug 31, 2023 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Customer

type Customer struct {
	Customer_ID int32  `json:"customer_id" bson:"customer_id" `
	First_Name  string `json:"first_name" bson:"first_name" `
	Last_Name   string `json:"last_name" bson:"last_name" `
	Bank_ID     int32  `json:"bank_id" bson:"bank_id" `
	Balance     int32  `json:"balance" bson:"balance"`
	Created_At  string `json:"created_at" bson:"created_at" `
	Updated_At  string `json:"updated_at" bson:"updated_at"`
	ISActive    string `json:"isactive" bson:"isactive" `
}

SignUpInput struct

Jump to

Keyboard shortcuts

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