# Packages

messages unit tests.

# Functions

Create creates a message on a specific queue based of off queue name.
Delete deletes a specific message from the queue.
DeleteMessages deletes multiple messages based off of ID.
No description provided by the author
ExtractMessage extracts message into a list of Message.
Get requests details on a single message, by ID.
GetMessages requests details on a multiple messages, by IDs.
ListMessages lists messages on a specific queue based off queue name.
PopMessages deletes and returns multiple messages based off of number of messages.

# Structs

CreateOpts params to be used with Create.
CreateResult is the response of a Create operations.
DeleteMessagesOpts params to be used with DeleteMessages.
DeleteOpts params to be used with Delete.
DeleteResult is the result from a Delete operation.
GetMessagesOpts params to be used with GetMessages.
GetMessagesResult is the response of a GetMessages operations.
GetResult is the response of a Get operations.
ListOpts params to be used with List.
Message represents a message on a queue.
MessagePage contains a single page of all clusters from a ListDetails call.
PopMessage represents a message returned from PopMessages.
PopMessagesOpts params to be used with PopMessages.
CreateResult is the response of a Create operations.
ResourceList represents the result of creating a message.

# Interfaces

CreateOptsBuilder Builder.
DeleteMessagesOptsBuilder allows extensions to add additional parameters to the DeleteMessages request.
DeleteOptsBuilder allows extensions to add additional parameters to the delete request.
GetMessagesOptsBuilder allows extensions to add additional parameters to the GetMessages request.
ListOptsBuilder allows extensions to add additional parameters to the List request.
PopMessagesOptsBuilder allows extensions to add additional parameters to the DeleteMessages request.

# Type aliases

BatchCreateOpts is an array of CreateOpts.