Versions in this module Expand all Collapse all v3 v3.0.0 Jan 5, 2022 Changes in this version + func ExtractTransfersInto(r pagination.Page, v interface{}) error + func List(client *gophercloud.ServiceClient, opts ListOptsBuilder) pagination.Pager + type AcceptOpts struct + AuthKey string + func (opts AcceptOpts) ToAcceptMap() (map[string]interface{}, error) + type CreateOpts struct + Name string + VolumeID string + func (opts CreateOpts) ToCreateMap() (map[string]interface{}, error) + type CreateResult struct + func Accept(client *gophercloud.ServiceClient, id string, opts AcceptOpts) (r CreateResult) + func Create(client *gophercloud.ServiceClient, opts CreateOpts) (r CreateResult) + func (r CreateResult) Extract() (*Transfer, error) + func (r CreateResult) ExtractInto(v interface{}) error + type DeleteResult struct + func Delete(client *gophercloud.ServiceClient, id string) (r DeleteResult) + type GetResult struct + func Get(client *gophercloud.ServiceClient, id string) (r GetResult) + func (r GetResult) Extract() (*Transfer, error) + func (r GetResult) ExtractInto(v interface{}) error + type ListOpts struct + AllTenants bool + Limit int + Marker string + Offset int + Sort string + func (opts ListOpts) ToTransferListQuery() (string, error) + type ListOptsBuilder interface + ToTransferListQuery func() (string, error) + type Transfer struct + AuthKey string + CreatedAt time.Time + ID string + Links []map[string]string + Name string + VolumeID string + func ExtractTransfers(r pagination.Page) ([]Transfer, error) + func (r *Transfer) UnmarshalJSON(b []byte) error + type TransferPage struct + func (page TransferPage) NextPageURL() (string, error) + func (r TransferPage) IsEmpty() (bool, error) Other modules containing this package github.com/pierreprinetti/gophercloud github.com/pierreprinetti/gophercloud/v2