Versions in this module Expand all Collapse all v0 v0.0.1 Jan 19, 2019 Changes in this version + func List(c *gophercloud.ServiceClient, opts ListOptsBuilder) pagination.Pager + type Agent struct + AdminStateUp bool + AgentType string + Alive bool + AvailabilityZone string + Binary string + Configurations map[string]interface{} + CreatedAt time.Time + Description string + HeartbeatTimestamp time.Time + Host string + ID string + StartedAt time.Time + Topic string + func ExtractAgents(r pagination.Page) ([]Agent, error) + func (r *Agent) UnmarshalJSON(b []byte) error + type AgentPage struct + func (r AgentPage) IsEmpty() (bool, error) + func (r AgentPage) NextPageURL() (string, error) + type GetResult struct + func Get(c *gophercloud.ServiceClient, id string) (r GetResult) + func (r GetResult) Extract() (*Agent, error) + type ListOpts struct + AgentType string + Alive *bool + AvailabilityZone string + Binary string + Description string + Host string + ID string + Limit int + Marker string + SortDir string + SortKey string + Topic string + func (opts ListOpts) ToAgentListQuery() (string, error) + type ListOptsBuilder interface + ToAgentListQuery func() (string, error)