Add a method to retrieve the interfaces in a sandbox#518
Closed
huikang wants to merge 1 commit intomoby:masterfrom
Closed
Add a method to retrieve the interfaces in a sandbox#518huikang wants to merge 1 commit intomoby:masterfrom
huikang wants to merge 1 commit intomoby:masterfrom
Conversation
Contributor
Author
Signed-off-by: Hui Kang hkang.sunysb@gmail.com
db65f1d to
d1cd203
Compare
Contributor
There was a problem hiding this comment.
though Interface is exposed as an osl interface, it feels odd to include it as part of the API.
osl is purely an internal implementation that provides os layer abstraction away from the clients.
Having this interface exposed via Interfaces() API which gives more control over life-cycle of the interface such as Remove makes me uncomfortable.
Lets hear from @mrjana on his opinion.
Contributor
Author
Contributor
|
@huikang It has been detected that this issue has not received any activity in over 6 months. Can you please let us know if it is still relevant:
Thank you! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Signed-off-by: Hui Kang hkang.sunysb@gmail.com