We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 909f2ae commit 772f192Copy full SHA for 772f192
post-compute/src/compute/dropbox.rs
@@ -23,23 +23,6 @@ const FILES_UPLOAD_PATH: &str = "/2/files/upload";
23
///
24
/// This is a lightweight utility type. Use with `DropboxService` and call
25
/// [`DropboxService::upload_file`].
26
-///
27
-/// # Example
28
29
-/// ```rust
30
-/// use tee_worker_post_compute::compute::dropbox::{
31
-/// DROPBOX_CONTENT_BASE_URL,
32
-/// DropboxService,
33
-/// DropboxUploader,
34
-/// };
35
36
-/// let result = DropboxService.upload_file(
37
-/// "your-access-token",
38
-/// "/path/to/local/file.zip",
39
-/// "/results/remote-file.zip",
40
41
-/// );
42
-/// ```
43
pub struct DropboxService;
44
45
#[cfg_attr(test, automock)]
0 commit comments