You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
type Entity struct {
ID uuid.UUID //`faker:"uuid"` // NOT IMPLEMENTED, WHY!?
Uris []string `faker:"slice_len=3, url"` // makes all structure empty. I just need slice with 3 urls
Map map[string]bool //`faker:"oneof: password, code"` // how to make keys in map with predefined values ?
}
It's a pity but I have to chose another library to generate test objects because i'm not able to make my test structures
The text was updated successfully, but these errors were encountered:
ip75
changed the title
faker slice of urls don
faker slice of urls don't work
Sep 27, 2023
It's a pity but I have to chose another library to generate test objects because i'm not able to make my test structures
The text was updated successfully, but these errors were encountered: