Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DBResponse ¶
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"`
}
Click to show internal directories.
Click to hide internal directories.