-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add the skeleton interface of VFolder CRUD APIs using the new layered architecture in storage-proxy #3434
Closed
HyeockJinKim opened this issue
Jan 13, 2025
— with Lablup-Issue-Syncer
· 0 comments
· Fixed by #3516
Closed
Add the skeleton interface of VFolder CRUD APIs using the new layered architecture in storage-proxy #3434
HyeockJinKim opened this issue
Jan 13, 2025
— with Lablup-Issue-Syncer
· 0 comments
· Fixed by #3516
Comments
MintCat98
added a commit
that referenced
this issue
Jan 17, 2025
MintCat98
added a commit
that referenced
this issue
Jan 31, 2025
MintCat98
added a commit
that referenced
this issue
Feb 3, 2025
MintCat98
added a commit
that referenced
this issue
Feb 3, 2025
MintCat98
added a commit
that referenced
this issue
Feb 4, 2025
MintCat98
added a commit
that referenced
this issue
Feb 7, 2025
MintCat98
added a commit
that referenced
this issue
Feb 7, 2025
MintCat98
added a commit
that referenced
this issue
Feb 11, 2025
MintCat98
added a commit
that referenced
this issue
Feb 11, 2025
MintCat98
added a commit
that referenced
this issue
Feb 11, 2025
MintCat98
added a commit
that referenced
this issue
Feb 11, 2025
MintCat98
added a commit
that referenced
this issue
Feb 11, 2025
Yaminyam
pushed a commit
that referenced
this issue
Feb 12, 2025
Yaminyam
pushed a commit
that referenced
this issue
Feb 12, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Motivation
Required Features
storage/api/manager.py
Implementation Detail (interface)
typing.Protocol
to define a formal interface for CRUD handlers, enabling better type checking and enforcing consistency across handler implementations.storage/api/vfolder/types.py
storage/api/vfolder/manager_service.py
storage/api/vfolder/manager_handler.py
Testing Scenarios
The text was updated successfully, but these errors were encountered: