Versions in this module Expand all Collapse all v1 v1.3.0 Feb 14, 2023 Changes in this version + func List(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() (*Message, error) + type ListOpts struct + ActionID string + DetailID string + ID string + Limit int + MessageLevel string + RequestID string + ResourceID string + ResourceType string + SortDir string + SortKey string + func (opts ListOpts) ToMessageListQuery() (string, error) + type ListOptsBuilder interface + ToMessageListQuery func() (string, error) + type Message struct + ActionID string + CreatedAt time.Time + DetailID string + ExpiresAt time.Time + ID string + MessageLevel string + ProjectID string + RequestID string + ResourceID string + ResourceType string + UserMessage string + func ExtractMessages(r pagination.Page) ([]Message, error) + func (r *Message) UnmarshalJSON(b []byte) error + type MessagePage struct + func (r MessagePage) IsEmpty() (bool, error)