Skip to content

Commit 365dd5a

Browse files
authored
Add TimeEstimate field to issue struct
Signed-off-by: Gnanakeethan Balasubramaniam <[email protected]>
1 parent b486516 commit 365dd5a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/structs/issue.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ type Issue struct {
7676
// swagger:strfmt date-time
7777
Deadline *time.Time `json:"due_date"`
7878

79+
TimeEstimate int64 `json:"time_estimate"`
80+
7981
PullRequest *PullRequestMeta `json:"pull_request"`
8082
Repo *RepositoryMeta `json:"repository"`
8183

0 commit comments

Comments
 (0)