Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alias support for interfaces & imports #21

Open
khanhduong95 opened this issue Sep 10, 2024 · 0 comments
Open

Alias support for interfaces & imports #21

khanhduong95 opened this issue Sep 10, 2024 · 0 comments

Comments

@khanhduong95
Copy link
Contributor

Hi,

Let's say I have 2 interfaces foo1/bar.Interface1 and foo2/bar.Interface2 to be dependencies. Those interfaces are from different packages sharing the same package name "bar". Is there a way I can edit the dingo.yml to specify the aliases for each package to avoid conflicts? I've tried the following but none of them works:
interface: foobar1 "foo1/bar".Interface1

`import:

  • foobar1 'foo1/bar'
    interface: foobar1.Interface1`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant