Documentation ¶
Index ¶
- type AllowedRepo
- type AnnotatedEvent
- type Event
- type NoArgumentsPassedErr
- type NoBranchNameErr
- type NoCommandSuppliedErr
- type NoGithubOauthTokenProvidedErr
- type NoGithubOrgSuppliedErr
- type NoRepoFlagTargetsValid
- type NoRepoSelectionsMadeErr
- type NoReposFoundErr
- type NoValidReposFoundAfterFilteringErr
- type PullRequest
- type ReducedRepo
- type RunReport
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AllowedRepo ¶
type AllowedRepo struct { Organization string `header:"Organization name"` Name string `header:"URL"` }
AllowedRepo represents a single repository under a GitHub organization that this tool may operate on
type AnnotatedEvent ¶
AnnotatedEvent is used in printing the final report. It contains the info to print a section's table - both its Event for looking up the tagged repos, and the human-legible description for printing above the table
type NoArgumentsPassedErr ¶
type NoArgumentsPassedErr struct{}
func (NoArgumentsPassedErr) Error ¶
func (NoArgumentsPassedErr) Error() string
type NoBranchNameErr ¶
type NoBranchNameErr struct{}
func (NoBranchNameErr) Error ¶
func (NoBranchNameErr) Error() string
type NoCommandSuppliedErr ¶
type NoCommandSuppliedErr struct{}
func (NoCommandSuppliedErr) Error ¶
func (NoCommandSuppliedErr) Error() string
type NoGithubOauthTokenProvidedErr ¶
type NoGithubOauthTokenProvidedErr struct{}
func (NoGithubOauthTokenProvidedErr) Error ¶
func (NoGithubOauthTokenProvidedErr) Error() string
type NoGithubOrgSuppliedErr ¶
type NoGithubOrgSuppliedErr struct{}
func (NoGithubOrgSuppliedErr) Error ¶
func (NoGithubOrgSuppliedErr) Error() string
type NoRepoFlagTargetsValid ¶ added in v0.0.12
type NoRepoFlagTargetsValid struct{}
func (NoRepoFlagTargetsValid) Error ¶ added in v0.0.12
func (NoRepoFlagTargetsValid) Error() string
type NoRepoSelectionsMadeErr ¶
type NoRepoSelectionsMadeErr struct{}
func (NoRepoSelectionsMadeErr) Error ¶
func (NoRepoSelectionsMadeErr) Error() string
type NoReposFoundErr ¶
type NoReposFoundErr struct {
GithubOrg string
}
func (NoReposFoundErr) Error ¶
func (err NoReposFoundErr) Error() string
type NoValidReposFoundAfterFilteringErr ¶
type NoValidReposFoundAfterFilteringErr struct{}
func (NoValidReposFoundAfterFilteringErr) Error ¶
func (NoValidReposFoundAfterFilteringErr) Error() string
type PullRequest ¶
PullRequest is a simple two column representation of the repo name and its PR url
type ReducedRepo ¶
ReducedRepo is a simplified form of the github.Repository struct
Click to show internal directories.
Click to hide internal directories.