Skip to content

Allow multiple input files #133

@nettnikl

Description

@nettnikl

I have two files A+B, both importing a third file C, including base types.

When i create the models.go from A and B, i get a lot of duplicates. I appreciate that the auto import includes C, but currently this approach does not properly work for me. Can we adjust the code to either:

  1. allow to output each type to the a .go file named after the source .xsd file.
  2. allow to output each type to the a dedicated .go file, named after the GoName() of the struct.
  3. allow to specify multiple files as input.

3 would be preferred, 1+2 would allow to work around by copying files around.

Br!

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