account

package
v1.3.2 Latest Latest
Warning

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

Go to latest
Published: May 23, 2018 License: Apache-2.0 Imports: 2 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 DescribeProjectResp added in v1.1.0

type DescribeProjectResp struct {
	Code     int64  `json:"code"`
	CodeDesc string `json:"codeDesc"`
	Data     []struct {
		CreateTime  string `json:"createTime"`
		CreatorUin  int64  `json:"creatorUin"`
		ProjectID   int64  `json:"projectId"`
		ProjectInfo string `json:"projectInfo"`
		ProjectName string `json:"projectName"`
	} `json:"data"`
	Message string `json:"message"`
}

func DescribeProject added in v1.1.0

func DescribeProject(options ...string) (*DescribeProjectResp, error)

Implement https://cloud.tencent.com/document/api/378/4400

func (*DescribeProjectResp) String added in v1.1.0

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

Jump to

Keyboard shortcuts

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