open-power / serverwiz

Apache License 2.0
4 stars 18 forks source link

Add API to find connections to a given target #34

Closed santoshpuranik closed 7 years ago

santoshpuranik commented 7 years ago

It is useful to find source targets associated with a given target via a given connection type. This commit adds findDestConnections() and findConnectionsByDirection() to serve this purpose.


This change is Reviewable

santoshpuranik commented 7 years ago

@nkskjames : Could you review and merge this, please?