Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Persona ¶
type Persona struct { ID float64 `xml:"id" bson:"ID"` FirstName string `xml:"first_name" bson:"FirstName"` LastName string `xml:"last_name" bson:"LastName"` Company string `xml:"company" bson:"Company"` Email string `xml:"email" bson:"Email"` IPAddress string `xml:"ip_address" bson:"IPaddress"` PhoneNumber string `xml:"phone_number" bson:"PhoneNumber"` }
Persona is a Struct for a single person
Click to show internal directories.
Click to hide internal directories.