Documentation ¶ Index ¶ func Queue(ctx context.Context, c *amqpextra.Dialer, name string, ...) (amqp.Queue, error) func TempQueue(ctx context.Context, c *amqpextra.Dialer) (amqp.Queue, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Queue ¶ func Queue( ctx context.Context, c *amqpextra.Dialer, name string, durable, autDelete, exclusive, noWait bool, args amqp.Table, ) (amqp.Queue, error) func TempQueue ¶ func TempQueue( ctx context.Context, c *amqpextra.Dialer, ) (amqp.Queue, error) Types ¶ This section is empty. Source Files ¶ View all Source files declare.go Click to show internal directories. Click to hide internal directories.