cmq

package
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 8, 2017 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DoAction

func DoAction(action string, options ...string) ([]byte, error)

Types

type CreateQueueResp

type CreateQueueResp struct {
	Code      int64  `json:"code"`
	Message   string `json:"message"`
	QueueID   string `json:"queueId"`
	RequestID string `json:"requestId"`
}

func (*CreateQueueResp) String added in v1.1.0

func (r *CreateQueueResp) String(args ...interface{}) (string, error)

type DeleteQueueResp

type DeleteQueueResp struct {
	Code      int64  `json:"code"`
	Message   string `json:"message"`
	RequestID string `json:"requestId"`
}

func (*DeleteQueueResp) String added in v1.1.0

func (r *DeleteQueueResp) String(args ...interface{}) (string, error)

type ListQueueResp

type ListQueueResp struct {
	Code      int64  `json:"code"`
	Message   string `json:"message"`
	QueueList []struct {
		QueueID   string `json:"queueId"`
		QueueName string `json:"queueName"`
	} `json:"queueList"`
	RequestID  string `json:"requestId"`
	TotalCount int64  `json:"totalCount"`
}

func (*ListQueueResp) String added in v1.1.0

func (r *ListQueueResp) String(args ...interface{}) (string, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL