-
Notifications
You must be signed in to change notification settings - Fork 159
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
Open
HyeockJinKim opened this issue
Jan 13, 2025
— with Lablup-Issue-Syncer
· 0 comments
· May be fixed by #3516
Open
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
· May be fixed by #3516
Comments
HyeockJinKim
changed the title
Implement CRUD handlers for storage-proxy
Implement volume and vfolder CRUD handlers for storage-proxy (manager and client)
Jan 15, 2025
HyeockJinKim
changed the title
Implement volume and vfolder CRUD handlers for storage-proxy (manager and client)
Add Interface for volume and vfolder CRUD handlers in storage-proxy
Jan 15, 2025
HyeockJinKim
changed the title
Add Interface for volume and vfolder CRUD handlers in storage-proxy
Add a new handler with an empty interface to handle VFolder CRUD API in storage-proxy
Jan 15, 2025
HyeockJinKim
changed the title
Add a new handler with an empty interface to handle VFolder CRUD API in storage-proxy
Add the skeleton interface of VFolder CRUD APIs using the new layered architecture in storage-proxy
Jan 15, 2025
MintCat98
added a commit
that referenced
this issue
Jan 17, 2025
MintCat98
added a commit
that referenced
this issue
Jan 31, 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: