Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Repo ¶ added in v0.4.0
type Repo struct { Name string Project []string Action RepoAction // contains filtered or unexported fields }
type RepoAction ¶ added in v0.4.0
type RepoAction struct { Required []string Allowed []string // contains filtered or unexported fields }
func (*RepoAction) IsAllowed ¶ added in v0.4.0
func (ra *RepoAction) IsAllowed(name string) bool
func (*RepoAction) IsRequired ¶ added in v0.4.0
func (ra *RepoAction) IsRequired(name string) bool
type Repos ¶ added in v0.4.0
func (Repos) ParsedProjects ¶ added in v0.4.0
type Statistic ¶ added in v0.3.0
Statistic count events we needed
func (*Statistic) CountIssueClose ¶ added in v0.3.0
func (s *Statistic) CountIssueClose()
CountIssueClose add IssueClosed counter
func (*Statistic) CountIssueOpen ¶ added in v0.3.0
func (s *Statistic) CountIssueOpen()
CountIssueOpen add IssueOpened counter
func (*Statistic) CountPRClose ¶ added in v0.3.0
func (s *Statistic) CountPRClose()
CountPRClose add PRClosed counter
func (*Statistic) CountPROpen ¶ added in v0.3.0
func (s *Statistic) CountPROpen()
CountPROpen add PROpened counter
func (Statistic) FormatPrint ¶ added in v0.3.0
FormatPrint format statistic as print needed
type Statistics ¶ added in v0.3.0
type Statistics []Statistic
func (Statistics) Sum ¶ added in v0.3.0
func (s Statistics) Sum() Statistic
Sum all statistics and return the final result as a Statistic
Click to show internal directories.
Click to hide internal directories.