Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var BuildingNumber = []string{
"#####",
"####",
"###",
}
View Source
var City = []string{
"#{.Address.CityPrefix} #{.Name.FirstName} #{.Address.CitySuffix}",
"#{.Address.CityPrefix} #{.Name.FirstName}",
"#{.Name.FirstName} #{.Address.CitySuffix}",
"#{.Name.LastName} #{.Address.CitySuffix}",
}
View Source
var CityPrefix = []string{
"North",
"East",
"West",
"South",
"New",
"Lake",
"Port",
}
View Source
var CitySuffix = []string{
"town",
"ton",
"land",
"ville",
"berg",
"burgh",
"borough",
"bury",
"view",
"port",
"mouth",
"stad",
"furt",
"chester",
"mouth",
"fort",
"haven",
"side",
"shire",
}
View Source
var Country = []string{}/* 245 elements not displayed */
View Source
var CountryCode = []string{}/* 250 elements not displayed */
View Source
var County = []string{
"Avon",
"Bedfordshire",
"Berkshire",
"Borders",
"Buckinghamshire",
"Cambridgeshire",
}
View Source
var Latitude = []string{}
View Source
var PostCode = []string{
"#####",
"#####-####",
}
View Source
var SecondaryAddress = []string{
"Apt. ###",
"Suite ###",
}
View Source
var State = []string{
"Alabama",
"Alaska",
"Arizona",
"Arkansas",
"California",
"Colorado",
"Connecticut",
"Delaware",
"Florida",
"Georgia",
"Hawaii",
"Idaho",
"Illinois",
"Indiana",
"Iowa",
"Kansas",
"Kentucky",
"Louisiana",
"Maine",
"Maryland",
"Massachusetts",
"Michigan",
"Minnesota",
"Mississippi",
"Missouri",
"Montana",
"Nebraska",
"Nevada",
"New Hampshire",
"New Jersey",
"New Mexico",
"New York",
"North Carolina",
"North Dakota",
"Ohio",
"Oklahoma",
"Oregon",
"Pennsylvania",
"Rhode Island",
"South Carolina",
"South Dakota",
"Tennessee",
"Texas",
"Utah",
"Vermont",
"Virginia",
"Washington",
"West Virginia",
"Wisconsin",
"Wyoming",
}
View Source
var StateAbbr = []string{
"AL",
"AK",
"AZ",
"AR",
"CA",
"CO",
"CT",
"DE",
"FL",
"GA",
"HI",
"ID",
"IL",
"IN",
"IA",
"KS",
"KY",
"LA",
"ME",
"MD",
"MA",
"MI",
"MN",
"MS",
"MO",
"MT",
"NE",
"NV",
"NH",
"NJ",
"NM",
"NY",
"NC",
"ND",
"OH",
"OK",
"OR",
"PA",
"RI",
"SC",
"SD",
"TN",
"TX",
"UT",
"VT",
"VA",
"WA",
"WV",
"WI",
"WY",
}
View Source
var StreetAddress = []string{
"#{building_number} #{street_name}",
}
View Source
var StreetSuffix = []string{}/* 225 elements not displayed */
Functions ¶
This section is empty.
Types ¶
type Definitions ¶
type Definitions struct {
PostCode, CityPrefix, CitySuffix,
City, StreetSuffix, BuildingNumber,
StreetAddress, SecondaryAddress, County,
Country, CountryCode, State,
StateAbbr []string
}
func Export ¶
func Export() Definitions
Click to show internal directories.
Click to hide internal directories.