You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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`
The text was updated successfully, but these errors were encountered:
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:
interface: foobar1.Interface1`
The text was updated successfully, but these errors were encountered: