Versions in this module Expand all Collapse all v1 v1.0.0 Oct 28, 2014 Changes in this version + func List(client *gophercloud.ServiceClient, opts ListOpts) pagination.Pager + type CreateResult struct + func Create(client *gophercloud.ServiceClient, serviceType string) CreateResult + func (r CreateResult) Extract() (*Service, error) + type DeleteResult struct + func Delete(client *gophercloud.ServiceClient, serviceID string) DeleteResult + type GetResult struct + func Get(client *gophercloud.ServiceClient, serviceID string) GetResult + func (r GetResult) Extract() (*Service, error) + type ListOpts struct + Page int + PerPage int + ServiceType string + type Service struct + Description *string + ID string + Name string + Type string + func ExtractServices(page pagination.Page) ([]Service, error) + type ServicePage struct + func (p ServicePage) IsEmpty() (bool, error) + type UpdateResult struct + func Update(client *gophercloud.ServiceClient, serviceID string, serviceType string) UpdateResult + func (r UpdateResult) Extract() (*Service, error)