Versions in this module Expand all Collapse all v1 v1.5.0-1 Jun 24, 2023 v1.2.1 Mar 20, 2023 Changes in this version + func List(client *gophercloud.ServiceClient, opts ListOptsBuilder) pagination.Pager + type ListOpts struct + Binary string + Host string + ProjectID string + State string + Status string + Zone string + func (opts ListOpts) ToServiceListQuery() (string, error) + type ListOptsBuilder interface + ToServiceListQuery func() (string, error) + type Service struct + Binary string + Host string + ID int + State string + Status string + UpdatedAt time.Time + Zone string + func ExtractServices(r pagination.Page) ([]Service, error) + func (r *Service) UnmarshalJSON(b []byte) error + type ServicePage struct + func (page ServicePage) IsEmpty() (bool, error)