people

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jun 16, 2021 License: MIT Imports: 1 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type People

type People struct {
	XMLName xml.Name `xml:"people"`
	Persons []Person `xml:"person"`
}

type Person

type Person struct {
	Id           int    `xml:"id" bson:"id,omitempty"`
	First_name   string `xml:"first_name" bson:"first_name,omitempty"`
	Last_name    string `xml:"last_name" bson:"last_name,omitempty"`
	Company      string `xml:"company" bson:"company,omitempty"`
	Email        string `xml:"email" bson:"email,omitempty"`
	Ip_address   string `xml:"ip_address" bson:"ip_address,omitempty"`
	Phone_number string `xml:"phone_number" bson:"phone_number,omitempty"`
}

Jump to

Keyboard shortcuts

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