Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CsvReviewCommentWithTimestamp ¶
type CsvReviewCommentWithTimestamp struct { csv.CsvReviewComment // contains filtered or unexported fields }
type ReviewCommentsRoot ¶
type ReviewCommentsRoot struct { Data struct { Repository struct { PullRequest struct { Author Author `json:"author"` ReviewThreads struct { Edges []struct { Node struct { Id string `json:"id"` IsResolved bool `json:"isResolved"` Comments Comments `json:"comments"` } `json:"node"` Cursor string `json:"cursor"` } `json:"edges"` PageInfo PageInfo } `json:"reviewThreads"` } `json:"pullRequest"` } `json:"repository"` } `json:"data"` Errors Errors `json:"errors"` }
type ReviewTimeRoot ¶
type ReviewTimeRoot struct { Data struct { Repository struct { PullRequest struct { Additions int `json:"additions"` Deletions int `json:"deletions"` Title string `json:"title"` Body string `json:"body"` Author Author `json:"author"` // レビュー時間の取得元候補 Comments Comments `json:"comments"` // レビュー時間の取得元候補 Reviews Comments `json:"reviews"` } `json:"pullRequest"` } `json:"repository"` } `json:"data"` Errors Errors `json:"errors"` }
Click to show internal directories.
Click to hide internal directories.