Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Addresses ¶
type Addresses struct { Countries []string Postcodes []string States []string StateAbbrs []string Prefectures []string // city CityNames []string CityPrefixes []string CitySuffixes []string CityFormats []string CreateCity func(any) any // ward WardNames []string WardSuffixes []string WardFormats []string CreateWard func(any) any // area AreaNames []string AreaNumbers []string AreaFormats []string CreateArea func(any) any // street StreetNames []string StreetSuffixes []string StreetFormats []string CreateStreet func(any) any // street address StreetAddressFormats []string CreateStreetAddress func(any) any // secondary address BuildingNames []string BuildingNumbers []string RoomNumbers []string SecondaryAddressFormats []string CreateSecondaryAddress func(any) any AddressFormats []string CreateAddress func(any) any }
type People ¶
type People struct { FirstNameMales []string FirstNameFemales []string LastNames []string TitleMales []string TitleFemales []string Suffixes []string // REFACTOR: Rename to `PersonNameSuffixes“ MaleNameFormats []string CreateNameMale func(any) any FemaleNameFormats []string CreateNameFemale func(any) any // ja_JP FirstKanaNameMales []string FirstKanaNameFemales []string LastKanaNames []string CreateKanaNameMale func(any) any CreateKanaNameFemale func(any) any }
Click to show internal directories.
Click to hide internal directories.