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
{{ message }}
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.
I think It's still do-able. But, if it's possible I prefer to make it as a custom faker function that you can register by your self to faker.
I still didn't found this will be very useful to a lot of people.
I will keep this issue open, if in the future there's a lot of requesting the same features, we will re-consider to move it as the main function.
@bxcodec I have a similar use-case, say FooId and BarId, and would like to generate a random string for either of them but not for both of them at the same time; could you give an example of how could I make a custom faker function for that?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Consider the following struct
The field BananasCount must be consistent with len(Entry.Bananas)
How can one create this kind of fake instance of Entry using faker?
The text was updated successfully, but these errors were encountered: