netxd_dal_models

package
v1.0.2 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: 1 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DBResponse

type DBResponse struct {
	CustomerId int32     `json:"customerId" bson:"customerId"`
	CreatedAt  time.Time `json:"createdAt" bson:"createdAt"`
}

type NetxdCustomer

type NetxdCustomer struct {
	CustomerId int32     `json:"customerId" bson:"customerId"`
	FirstName  string    `json:"firstName" bson:"firstName"`
	LastName   string    `json:"lastName" bson:"lastName"`
	BankId     int32     `json:"bankId" bson:"bankId"`
	Balance    float32   `json:"balance" bson:"balance"`
	CreatedAt  time.Time `json:"createdAt" bson:"createdAt"`
	UpdatedAt  time.Time `json:"updatedAt" bson:"updatedAt"`
	IsActive   bool      `json:"isActive" bson:"isActive"`
}

Jump to

Keyboard shortcuts

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