Modules§
- model
- Data models of CentralDogma
Structs§
- Client
- Root client for top level APIs.
Implementscrate::ProjectService
- Project
Client - A temporary client within context of a project.
Created byClient::project()
Implementscrate::RepoService
- Repo
Client - A temporary client within context of a Repository.
Created byClient::repo()
Implementscrate::ContentService
andcrate::WatchService
Enums§
- Error
- An error happen with the client. Errors that can occur include I/O and parsing errors, as well as error response from centraldogma server
Traits§
- Content
Service - Content-related APIs
- Project
Service - Project-related APIs
- Repo
Service - Repository-related APIs
- Watch
Service - Watch-related APIs