 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
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)
func (*DescribeProjectResp) String ¶ added in v1.1.0
func (r *DescribeProjectResp) String(args ...interface{}) (string, error)
 Click to show internal directories. 
   Click to hide internal directories.