Documentation ¶
Index ¶
- Constants
- type Action
- type BarePRList
- type BarePullRequestFragment
- type ChatopsPRList
- type ChatopsPullRequestFragment
- type Commit
- type Curve
- type IssueCommentFragment
- type Label
- type LabeledEventFragment
- type MergeQueuePRList
- type MergeQueuePullRequestFragment
- type Metric
- type Mode
- type Options
- type PlotData
- type PullRequestCommitFragment
- type TimelineItem
- type TimelineItems
- type UnlabeledEventFragment
Constants ¶
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BarePRList ¶
type BarePRList []struct { BarePullRequestFragment `graphql:"... on PullRequest"` }
type BarePullRequestFragment ¶
type ChatopsPRList ¶
type ChatopsPRList []struct { ChatopsPullRequestFragment `graphql:"... on PullRequest"` }
type IssueCommentFragment ¶
type LabeledEventFragment ¶
type MergeQueuePRList ¶
type MergeQueuePRList []struct { MergeQueuePullRequestFragment `graphql:"... on PullRequest"` }
type Options ¶
type Options struct { Action Path string TokenPath string Source string DataDays int LogLevel string RequestedAction Action // stats options TimeToMergeRedLevel float64 TimeToMergeYellowLevel float64 MergeQueueLengthRedLevel float64 MergeQueueLengthYellowLevel float64 RetestsToMergeYellowLevel float64 RetestsToMergeRedLevel float64 // batch options Mode string TargetMetric string StartDate string }
type PullRequestCommitFragment ¶
type PullRequestCommitFragment struct {
Commit Commit
}
type TimelineItem ¶
type TimelineItem struct { LabeledEventFragment `graphql:"... on LabeledEvent"` UnlabeledEventFragment `graphql:"... on UnlabeledEvent"` IssueCommentFragment `graphql:"... on IssueComment"` PullRequestCommitFragment `graphql:"... on PullRequestCommit"` }
type TimelineItems ¶
type TimelineItems struct {
Nodes []TimelineItem
}
type UnlabeledEventFragment ¶
Click to show internal directories.
Click to hide internal directories.