# Packages

queues unit tests.

# Functions

Create requests the creation of a new queue.
Delete deletes the specified queue.
ExtractQueues interprets the results of a single page from a List() call, producing a map of queues.
Get requests details on a single queue, by name.
GetStats returns statistics for the specified queue.
List instructs OpenStack to provide a list of queues.
Purge purges particular resource of the queue.
Share creates a pre-signed URL for a given queue.
Update Updates the specified queue.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

CreateOpts specifies the queue creation parameters.
CreateResult is the response of a Create operation.
DeleteResult is the result from a Delete operation.
GetResult is the response of a Get operation.
ListOpts params to be used with List.
PurgeOpts specifies the purge parameters.
PurgeResult is the response of a Purge operation.
Queue represents a messaging queue.
QueueDetails represents the metadata of a queue.
QueuePage contains a single page of all queues from a List operation.
QueueShare represents a share response.
ShareOpts specifies share creation parameters.
ShareResult contains the result of a Share operation.
StatResult contains the result of a Share operation.
Stats represents a stats response.
UpdateOpts is the struct responsible for updating a property of a queue.
UpdateResult is the response 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.
PurgeOptsBuilder allows extensions to add additional attributes to the Purge request.
ShareOptsBuilder allows extensions to add additional attributes to the Share request.
UpdateOptsBuilder allows extensions to add additional parameters to the update request.

# Type aliases

BatchUpdateOpts is an array of UpdateOpts.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author