Versions in this module Expand all Collapse all v0 v0.0.1 Jan 19, 2019 Changes in this version + func List(client *gophercloud.ServiceClient, opts ListOptsBuilder) pagination.Pager + type Action struct + Action string + Cause string + CreatedAt time.Time + Data map[string]interface{} + DependedBy []string + DependsOn []string + EndTime float64 + ID string + Inputs map[string]interface{} + Interval int + Name string + Outputs map[string]interface{} + Owner string + Project string + StartTime float64 + Status string + StatusReason string + Target string + Timeout int + UpdatedAt time.Time + User string + func ExtractActions(r pagination.Page) ([]Action, error) + func (r *Action) UnmarshalJSON(b []byte) error + type ActionPage struct + func (r ActionPage) IsEmpty() (bool, error) + type GetResult struct + func Get(client *gophercloud.ServiceClient, id string) (r GetResult) + func (r GetResult) Extract() (*Action, error) + type ListOpts struct + Action string + GlobalProject *bool + Limit int + Marker string + Name string + Sort string + Status string + Target string + func (opts ListOpts) ToActionListQuery() (string, error) + type ListOptsBuilder interface + ToActionListQuery func() (string, error)