Skip to content

entimport fails to generate uuid fields correctly #33

Description

@tmc

I believe entimport does not currently match the field.UUID API which accepts a second argument.

I just got a field generated as:
field.UUID("fooer_id").Optional(uuid.UUID{})

where I believe the appropriate syntax is
field.UUID("fooer_id", uuid.UUID{}).Optional()

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

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