Versions in this module Expand all Collapse all v1 v1.0.0 Dec 28, 2021 Changes in this version + func List(client *gophercloud.ServiceClient, opts ListOptsBuilder) pagination.Pager + type CreateOpts struct + Action string + Actor map[string]interface{} + ClusterID string + Name string + Params map[string]interface{} + Type ReceiverType + func (opts CreateOpts) ToReceiverCreateMap() (map[string]interface{}, error) + type CreateOptsBuilder interface + ToReceiverCreateMap func() (map[string]interface{}, error) + type CreateResult struct + func Create(client *gophercloud.ServiceClient, opts CreateOptsBuilder) (r CreateResult) + func (r CreateResult) Extract() (*Receiver, error) + 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() (*Receiver, error) + type ListOpts struct + Action string + ClusterID string + GlobalProject *bool + Limit int + Marker string + Name string + Sort string + Type string + User string + func (opts ListOpts) ToReceiverListQuery() (string, error) + type ListOptsBuilder interface + ToReceiverListQuery func() (string, error) + type NotifyResult struct + func Notify(client *gophercloud.ServiceClient, id string) (r NotifyResult) + func (r NotifyResult) Extract() (string, error) + type Receiver struct + Action string + Actor map[string]interface{} + Channel map[string]interface{} + ClusterID string + CreatedAt time.Time + Domain string + ID string + Name string + Params map[string]interface{} + Project string + Type string + UpdatedAt time.Time + User string + func ExtractReceivers(r pagination.Page) ([]Receiver, error) + func (r *Receiver) UnmarshalJSON(b []byte) error + type ReceiverPage struct + func (page ReceiverPage) IsEmpty() (bool, error) + type ReceiverType string + const MessageReceiver + const WebhookReceiver + type UpdateOpts struct + Action string + Name string + Params map[string]interface{} + func (opts UpdateOpts) ToReceiverUpdateMap() (map[string]interface{}, error) + type UpdateOptsBuilder interface + ToReceiverUpdateMap func() (map[string]interface{}, error) + type UpdateResult struct + func Update(client *gophercloud.ServiceClient, id string, opts UpdateOptsBuilder) (r UpdateResult) + func (r UpdateResult) Extract() (*Receiver, error) Other modules containing this package github.com/pierreprinetti/gophercloud/v2 github.com/pierreprinetti/gophercloud/v3