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
The MI API uses the endpoint data struct to abstracts from implementation details. Introduce an similiar API for the nvme interface. The goal here is to decouple from the low level API and be able to mock certain APIs for testing.
The text was updated successfully, but these errors were encountered:
It would be great if we can use a common struct between the direct and MI interfaces - this means we could avoid duplicating the API for each transport.
I'm happy to propose something for this, if you like.
The MI API uses the endpoint data struct to abstracts from implementation details. Introduce an similiar API for the nvme interface. The goal here is to decouple from the low level API and be able to mock certain APIs for testing.
The text was updated successfully, but these errors were encountered: