Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Detector ¶
type Detector interface { IssueFeatures() (IssueFeatures, error) PullRequestFeatures() (PullRequestFeatures, error) RepositoryFeatures() (RepositoryFeatures, error) }
type DisabledDetectorMock ¶
type DisabledDetectorMock struct{}
func (*DisabledDetectorMock) IssueFeatures ¶
func (md *DisabledDetectorMock) IssueFeatures() (IssueFeatures, error)
func (*DisabledDetectorMock) PullRequestFeatures ¶
func (md *DisabledDetectorMock) PullRequestFeatures() (PullRequestFeatures, error)
func (*DisabledDetectorMock) RepositoryFeatures ¶
func (md *DisabledDetectorMock) RepositoryFeatures() (RepositoryFeatures, error)
type EnabledDetectorMock ¶
type EnabledDetectorMock struct{}
func (*EnabledDetectorMock) IssueFeatures ¶
func (md *EnabledDetectorMock) IssueFeatures() (IssueFeatures, error)
func (*EnabledDetectorMock) PullRequestFeatures ¶
func (md *EnabledDetectorMock) PullRequestFeatures() (PullRequestFeatures, error)
func (*EnabledDetectorMock) RepositoryFeatures ¶
func (md *EnabledDetectorMock) RepositoryFeatures() (RepositoryFeatures, error)
type IssueFeatures ¶
type IssueFeatures struct {
StateReason bool
}
type PullRequestFeatures ¶
Click to show internal directories.
Click to hide internal directories.