diff --git a/response.go b/response.go index b2379b8..a5114f1 100644 --- a/response.go +++ b/response.go @@ -84,7 +84,6 @@ type ReadSpecResponse struct { } } -// Deprecated: Use ListBucketsResponse instead type HandleAdminDocumentsUploadResponse struct { APIResponse Data struct { @@ -92,7 +91,6 @@ type HandleAdminDocumentsUploadResponse struct { } } -// Deprecated: Use ListBucketsResponse instead type HandleDocumentationResponse struct { APIResponse Data struct { @@ -100,13 +98,11 @@ type HandleDocumentationResponse struct { } } -// Deprecated: Use CreateDocumentResponse instead type UploadDocumentAPIResponse struct { APIResponse Data UploadDocumentResponseData } -// Deprecated: Use DataDocument instead type UploadDocumentResponseData struct { Bucket string Object string