Open
Description
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`
Metadata
Metadata
Assignees
Labels
No labels