Versions in this module Expand all Collapse all v3 v3.0.0 Jan 5, 2022 Changes in this version + func List(client *gophercloud.ServiceClient, opts ListOptsBuilder) pagination.Pager + type CreateOpts struct + Key string + ZoneTransferRequestID string + func (opts CreateOpts) ToTransferAcceptCreateMap() (map[string]interface{}, error) + type CreateOptsBuilder interface + ToTransferAcceptCreateMap func() (map[string]interface{}, error) + type CreateResult struct + func Create(client *gophercloud.ServiceClient, opts CreateOptsBuilder) (r CreateResult) + func (r CreateResult) Extract() (*TransferAccept, error) + type GetResult struct + func Get(client *gophercloud.ServiceClient, transferAcceptID string) (r GetResult) + func (r GetResult) Extract() (*TransferAccept, error) + type ListOpts struct + Status string + func (opts ListOpts) ToTransferAcceptListQuery() (string, error) + type ListOptsBuilder interface + ToTransferAcceptListQuery func() (string, error) + type TransferAccept struct + CreatedAt time.Time + ID string + Key string + Links map[string]interface{} + ProjectID string + Status string + UpdatedAt time.Time + ZoneID string + ZoneTransferRequestID string + func ExtractTransferAccepts(r pagination.Page) ([]TransferAccept, error) + func (r *TransferAccept) UnmarshalJSON(b []byte) error + type TransferAcceptPage struct + func (r TransferAcceptPage) IsEmpty() (bool, error) Other modules containing this package github.com/pierreprinetti/gophercloud github.com/pierreprinetti/gophercloud/v2