Versions in this module Expand all Collapse all v1 v1.0.21 Mar 12, 2020 v1.0.12 Apr 7, 2019 Changes in this version + func IDFromName(client *gophercloud.ServiceClient, name string) (string, error) + func ListDetail(client *gophercloud.ServiceClient, opts ListOptsBuilder) pagination.Pager + 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() (*Image, error) + type Image struct + Created string + ID string + Metadata map[string]interface{} + MinDisk int + MinRAM int + Name string + Progress int + Status string + Updated string + func ExtractImages(r pagination.Page) ([]Image, error) + type ImagePage struct + func (page ImagePage) IsEmpty() (bool, error) + func (page ImagePage) NextPageURL() (string, error) + type ListOpts struct + ChangesSince string + Limit int + Marker string + Name string + Server string + Status string + Type string + func (opts ListOpts) ToImageListQuery() (string, error) + type ListOptsBuilder interface + ToImageListQuery func() (string, error)