Skip to content

faker slice of urls don't work #37

@ip75

Description

@ip75
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions