Documentation ¶
Index ¶
- type CreateIterationReq
- type CreateIterationResp
- type DeleteIterationReq
- type DeleteIterationResp
- type DescribeIterationListReq
- type DescribeIterationListResp
- type DescribeIterationReq
- type DescribeIterationResp
- type Iteration
- func (i *Iteration) CreateIteration(req *CreateIterationReq) (resp CreateIterationResp, err error)
- func (i *Iteration) DeleteIteration(req *DeleteIterationReq) (resp DeleteIterationResp, err error)
- func (i *Iteration) DescribeIteration(req *DescribeIterationReq) (resp DescribeIterationResp, err error)
- func (i *Iteration) DescribeIterationList(req *DescribeIterationListReq) (resp DescribeIterationListResp, err error)
- func (i *Iteration) ModifyIteration(req *ModifyIterationReq) (resp ModifyIterationResp, err error)
- func (i *Iteration) PlanIterationIssue(req *PlanIterationIssueReq) (resp PlanIterationIssueResp, err error)
- type ModifyIterationReq
- type ModifyIterationResp
- type PlanIterationIssueReq
- type PlanIterationIssueResp
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateIterationReq ¶
type CreateIterationResp ¶
type CreateIterationResp struct { Response struct { Iteration struct { Assignee int64 `json:"Assignee"` // 0 Code int64 `json:"Code"` // 8 CompletedCount int64 `json:"CompletedCount"` // 0 CompletedPercent int64 `json:"CompletedPercent"` // 0 Completer int64 `json:"Completer"` // 0 CreatedAt int64 `json:"CreatedAt"` // 1.599027192347e+12 Creator int64 `json:"Creator"` // 1 Deleter int64 `json:"Deleter"` // 0 EndAt int64 `json:"EndAt"` // -2.88e+07 Goal string `json:"Goal"` // Name string `json:"Name"` // TT ProcessingCount int64 `json:"ProcessingCount"` // 0 StartAt int64 `json:"StartAt"` // -2.88e+07 Starter int64 `json:"Starter"` // 0 Status string `json:"Status"` // WAIT_PROCESS UpdatedAt int64 `json:"UpdatedAt"` // 1.599027192347e+12 WaitProcessCount int64 `json:"WaitProcessCount"` // 0 } `json:"Iteration"` RequestID int64 `json:"RequestId,string"` // 1 } `json:"Response"` }
type DeleteIterationReq ¶
type DeleteIterationResp ¶
type DeleteIterationResp struct { Response struct { RequestID string `json:"RequestId"` // ae8e2d5f-569b-443e-8c61-440ea3a7562a } `json:"Response"` }
type DescribeIterationListResp ¶
type DescribeIterationListResp struct { Response struct { RequestID int64 `json:"RequestId,string"` // 1 Data struct { List []struct { Assignee int64 `json:"Assignee"` // 0 Code int64 `json:"Code"` // 8 CompletedCount int64 `json:"CompletedCount"` // 0 CompletedPercent int64 `json:"CompletedPercent"` // 0 Completer int64 `json:"Completer"` // 0 CreatedAt int64 `json:"CreatedAt"` // 1.599027192e+12 Creator int64 `json:"Creator"` // 1 Deleter int64 `json:"Deleter"` // 0 EndAt int64 `json:"EndAt"` // -2.88e+07 Goal string `json:"Goal"` // Name string `json:"Name"` // demo iteration ProcessingCount int64 `json:"ProcessingCount"` // 0 StartAt int64 `json:"StartAt"` // -2.88e+07 Starter int64 `json:"Starter"` // 0 Status string `json:"Status"` // WAIT_PROCESS UpdatedAt int64 `json:"UpdatedAt"` // 1.599027192e+12 WaitProcessCount int64 `json:"WaitProcessCount"` // 0 } `json:"List"` Page int64 `json:"Page"` // 1 PageSize int64 `json:"PageSize"` // 20 TotalPage int64 `json:"TotalPage"` // 1 TotalRow int64 `json:"TotalRow"` // 1 } `json:"data"` } `json:"Response"` }
type DescribeIterationReq ¶
type DescribeIterationResp ¶
type DescribeIterationResp struct { Response struct { Iteration struct { Assignee int64 `json:"Assignee"` // 0 Code int64 `json:"Code"` // 8 CompletedCount int64 `json:"CompletedCount"` // 0 CompletedPercent int64 `json:"CompletedPercent"` // 0 Completer int64 `json:"Completer"` // 0 CreatedAt int64 `json:"CreatedAt"` // 1.599027192347e+12 Creator int64 `json:"Creator"` // 1 Deleter int64 `json:"Deleter"` // 0 EndAt int64 `json:"EndAt"` // -2.88e+07 Goal string `json:"Goal"` // Name string `json:"Name"` // TT ProcessingCount int64 `json:"ProcessingCount"` // 0 StartAt int64 `json:"StartAt"` // -2.88e+07 Starter int64 `json:"Starter"` // 0 Status string `json:"Status"` // WAIT_PROCESS UpdatedAt int64 `json:"UpdatedAt"` // 1.599027192347e+12 WaitProcessCount int64 `json:"WaitProcessCount"` // 0 } `json:"Iteration"` RequestID int64 `json:"RequestId,string"` // 1 } `json:"Response"` }
type Iteration ¶
type Iteration struct {
// contains filtered or unexported fields
}
func (*Iteration) CreateIteration ¶
func (i *Iteration) CreateIteration(req *CreateIterationReq) (resp CreateIterationResp, err error)
CreateIteration 创建迭代
func (*Iteration) DeleteIteration ¶
func (i *Iteration) DeleteIteration(req *DeleteIterationReq) (resp DeleteIterationResp, err error)
DeleteIteration 删除迭代
func (*Iteration) DescribeIteration ¶
func (i *Iteration) DescribeIteration(req *DescribeIterationReq) (resp DescribeIterationResp, err error)
DescribeIteration 迭代详情
func (*Iteration) DescribeIterationList ¶
func (i *Iteration) DescribeIterationList(req *DescribeIterationListReq) (resp DescribeIterationListResp, err error)
DescribeIterationList 迭代列表
func (*Iteration) ModifyIteration ¶
func (i *Iteration) ModifyIteration(req *ModifyIterationReq) (resp ModifyIterationResp, err error)
ModifyIteration 修改迭代
func (*Iteration) PlanIterationIssue ¶
func (i *Iteration) PlanIterationIssue(req *PlanIterationIssueReq) (resp PlanIterationIssueResp, err error)
PlanIterationIssue 批量规划迭代
type ModifyIterationReq ¶
type ModifyIterationResp ¶
type ModifyIterationResp struct { Response struct { Iteration struct { Assignee int64 `json:"Assignee"` // 0 Code int64 `json:"Code"` // 8 CompletedCount int64 `json:"CompletedCount"` // 0 CompletedPercent int64 `json:"CompletedPercent"` // 0 Completer int64 `json:"Completer"` // 0 CreatedAt int64 `json:"CreatedAt"` // 1.599027192347e+12 Creator int64 `json:"Creator"` // 1 Deleter int64 `json:"Deleter"` // 0 EndAt int64 `json:"EndAt"` // -2.88e+07 Goal string `json:"Goal"` // Name string `json:"Name"` // TT ProcessingCount int64 `json:"ProcessingCount"` // 0 StartAt int64 `json:"StartAt"` // -2.88e+07 Starter int64 `json:"Starter"` // 0 Status string `json:"Status"` // WAIT_PROCESS UpdatedAt int64 `json:"UpdatedAt"` // 1.599027192347e+12 WaitProcessCount int64 `json:"WaitProcessCount"` // 0 } `json:"Iteration"` RequestID int64 `json:"RequestId,string"` // 1 } `json:"Response"` }
type PlanIterationIssueReq ¶
type PlanIterationIssueResp ¶
type PlanIterationIssueResp struct { Response struct { RequestID string `json:"RequestId"` // ae8e2d5f-569b-443e-8c61-440ea3a7562a } `json:"Response"` }
Click to show internal directories.
Click to hide internal directories.