# Packages
clustering_receivers_v1.
# Functions
Create requests the creation of a new receiver.
Delete deletes the specified receiver ID.
ExtractReceivers returns a slice of Receivers from the List operation.
Get retrieves details of a single receiver.
List instructs OpenStack to provide a list of cluster.
Notify Notifies message type receiver.
Update requests the update of a receiver.
# Constants
No description provided by the author
No description provided by the author
# Structs
CreatOpts represents options used to create a receiver.
CreateResult is the result of a Create operation.
DeleteResult is the result from a Delete operation.
GetResult is the result for of a Get operation.
ListOpts represents options used to list recievers.
NotifyResult is the result from a Notify operation.
Receiver represent a detailed receiver.
ReceiverPage contains a single page of all nodes from a List operation.
UpdateOpts represents options used to update a receiver.
UpdateResult is the result of a Update operation.
# Interfaces
CreateOptsBuilder allows extensions to add additional parameters to the Create request.
ListOptsBuilder allows extensions to add additional parameters to the List request.
UpdateOptsBuilder allows extensions to add additional parameters to the Update request.
# Type aliases
ReceiverType represents a valid type of receiver.