Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRepoUnavailableError ¶
Types ¶
type BranchProtectionRule ¶
type BranchProtectionRule struct {
RequiredApprovingReviewCount int
}
type BranchRef ¶
type BranchRef struct {
Name string
BranchProtectionRule BranchProtectionRule
}
type ErrRepoUnavailable ¶
type ErrRepoUnavailable struct {
// contains filtered or unexported fields
}
UPGRADEv2: use ErrRepoUnreachable instead.
func (*ErrRepoUnavailable) Error ¶
func (e *ErrRepoUnavailable) Error() string
func (*ErrRepoUnavailable) Unwrap ¶
func (e *ErrRepoUnavailable) Unwrap() error
type MergeCommit ¶
type MergeCommit struct {
AuthoredByCommitter bool
}
type PullRequest ¶
type PullRequest struct {
MergedAt time.Time
MergeCommit MergeCommit
Number int
Labels []Label
Reviews []Review
}
nolint: govet
type RepoClient ¶
Click to show internal directories.
Click to hide internal directories.