package
0.0.0-20240909034204-207f58c0b9a3
Repository: https://github.com/chnsz/golangsdk.git
Documentation: pkg.go.dev

# Functions

DeleteQueueProperties is the method that used to delete properties of the queue.
ExtractProperties is a method to extract the list of properties.
ListQueueProperty is the method that used to query list of the queue properties using given parameters.
UpdateQueueProperty is the method that used to update property of the queue using given parameters.

# Structs

ListQueuePropertyOpts is the structure that used to query the list of the queue properties.
Property is the structure that used to update the property of the queue.
PropertyResp is the structure that represents property detail of the queue.
QueuePropertyPage is a single page maximum result representing a query by offset page.
QueuePropertyResp is the structure that represents response of UpdateQueueProperty or DeleteQueueProperties method.