Versions in this module Expand all Collapse all v2 v2.2.1 Sep 25, 2024 Changes in this version + type DownloadResult struct + Body io.ReadCloser + func Download(ctx context.Context, client *gophercloud.ServiceClient, id string) (r DownloadResult) + func (r DownloadResult) Extract() (io.ReadCloser, error) + type StageResult struct + func Stage(ctx context.Context, client *gophercloud.ServiceClient, id string, ...) (r StageResult) + type UploadResult struct + func Upload(ctx context.Context, client *gophercloud.ServiceClient, id string, ...) (r UploadResult)