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.
2 parents 09c11a9 + fbce37a commit 1ce8bd0Copy full SHA for 1ce8bd0
service/image.go
@@ -100,7 +100,6 @@ type CaptureInstanceOutput struct {
100
101
// Documentation URL: https://docs.qingcloud.com/api/image/delete_images.html
102
func (s *ImageService) DeleteImages(i *DeleteImagesInput) (*DeleteImagesOutput, error) {
103
- time.RFC822
104
if i == nil {
105
i = &DeleteImagesInput{}
106
}
0 commit comments