Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Faker ¶
type Faker struct { Latitude float32 `faker:"lat"` Longitude float32 `faker:"long"` CreditCardNumber string `faker:"cc_number"` CreditCardType string `faker:"cc_type"` Email string `faker:"email"` DomainName string `faker:"domain_name"` IPV4 string `faker:"ipv4"` IPV6 string `faker:"ipv6"` Password string `faker:"password"` PhoneNumber string `faker:"phone_number"` MacAddress string `faker:"mac_address"` URL string `faker:"url"` UserName string `faker:"username"` TollFreeNumber string `faker:"toll_free_number"` E164PhoneNumber string `faker:"e_164_phone_number"` TitleMale string `faker:"title_male"` TitleFemale string `faker:"title_female"` FirstName string `faker:"first_name"` FirstNameMale string `faker:"first_name_male"` FirstNameFemale string `faker:"first_name_female"` LastName string `faker:"last_name"` Name string `faker:"name"` UnixTime int64 `faker:"unix_time"` Date string `faker:"date"` Time string `faker:"time"` MonthName string `faker:"month_name"` Year string `faker:"year"` DayOfWeek string `faker:"day_of_week"` DayOfMonth string `faker:"day_of_month"` Timestamp string `faker:"timestamp"` Century string `faker:"century"` TimeZone string `faker:"timezone"` TimePeriod string `faker:"time_period"` Word string `faker:"word"` Sentence string `faker:"sentence"` Paragraph string `faker:"paragraph"` Currency string `faker:"currency"` Amount float64 `faker:"amount"` AmountWithCurrency string `faker:"amount_with_currency"` UUIDHypenated string `faker:"uuid_hyphenated"` UUID string `faker:"uuid_digit"` }
Faker type
func (*Faker) GetFakeData ¶
GetFakeData gets a map of fake data
func (*Faker) GetTypesFound ¶
GetTypesFound grep all fake data tags
type FileSystem ¶
type FileSystem struct{}
FileSystem struct
func (*FileSystem) DirExists ¶
func (fs *FileSystem) DirExists(path string) bool
DirExists reports whether the dir exists
func (*FileSystem) EnsureDir ¶
func (fs *FileSystem) EnsureDir(dirName string, mode int) (bool, error)
EnsureDir ensures that directory exists
func (*FileSystem) FileExists ¶
func (fs *FileSystem) FileExists(path string) bool
FileExists reports whether the named file exists
func (*FileSystem) PathExists ¶
func (fs *FileSystem) PathExists(path string) bool
PathExists reports whether the path exists
Click to show internal directories.
Click to hide internal directories.