Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.
This repository was archived by the owner on Dec 8, 2022. It is now read-only.

Custom Data Make  #176

@winey-dev

Description

@winey-dev

Hi.
I want to create data of linked relationships between internal variables.
this case

`
type Data struct {
Country string
City string
}

var data = map[string]string{
"$awsome country1": []string{"city list in awsome country1"},
"$awsome country2": []string{"city list in awsome country2"},
"$awsome country3": []string{"city list in awsome country3"},
}
`

When generating faker data
Is it possible to set a random value to the associated City value by checking the Contry value?

If you have any related tags, please let me know.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions