Expand description
Common data models for v4 API Data models for Cloudreve API v4
This module is organized into submodules by functional domain:
common: Shared types used across multiple domainsauth: Authentication and user-related modelsfile: File and directory modelsuser: User management modelsshare: Share link modelsstorage: Storage policy and entity modelstask: Task and workflow modelssite: Site configuration modelsrequest: Request typesresponse: Response typesdav: WebDAV account models
Re-exports§
pub use auth::*;pub use common::*;pub use dav::*;pub use file::*;pub use request::*;pub use response::*;pub use share::*;pub use site::*;pub use storage::*;pub use task::*;pub use user::*;
Modules§
- auth
- Authentication and user-related models for Cloudreve API v4
- common
- Common types for Cloudreve API v4
- dav
- WebDAV account models for Cloudreve API v4
- file
- File-related models for Cloudreve API v4
- request
- Request types for Cloudreve API v4
- response
- Response types for Cloudreve API v4
- share
- Share-related models for Cloudreve API v4
- site
- Site configuration models for Cloudreve API v4
- storage
- Storage policy and entity models for Cloudreve API v4
- task
- Task and workflow models for Cloudreve API v4
- user
- User management models for Cloudreve API v4