Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GithubSource ¶
type GithubSource struct {
Org *string
Teams []string
Usernames []string
Exclude []string
// contains filtered or unexported fields
}
func NewGithubSource ¶
func (GithubSource) CheckInputErrors ¶
func (g GithubSource) CheckInputErrors() string
func (GithubSource) GetKeys ¶
func (g GithubSource) GetKeys() []string
func (GithubSource) GetName ¶
func (g GithubSource) GetName() string
type GitlabSource ¶
type GitlabSource struct {
Groups []string
Usernames []string
Exclude []string
// contains filtered or unexported fields
}
func NewGitlabSource ¶
func (GitlabSource) CheckInputErrors ¶
func (g GitlabSource) CheckInputErrors() string
func (GitlabSource) GetKeys ¶
func (g GitlabSource) GetKeys() []string
func (GitlabSource) GetName ¶
func (g GitlabSource) GetName() string
type LocalSource ¶
type LocalSource struct {
// contains filtered or unexported fields
}
func NewLocalSource ¶
func NewLocalSource(path string) *LocalSource
func (LocalSource) CheckInputErrors ¶
func (l LocalSource) CheckInputErrors() string
func (LocalSource) GetKeys ¶
func (l LocalSource) GetKeys() []string
func (LocalSource) GetName ¶
func (l LocalSource) GetName() string
Click to show internal directories.
Click to hide internal directories.