Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Github ¶ added in v0.4.30
type Github struct {
tools.ToolOpts
User string
OauthToken string
AllRepos bool
PublicRepos bool
ExplicitRepositories []string
Orgs []string
}
func (*Github) CommandTemplate ¶ added in v0.4.31
type GithubRepo ¶
type GithubRepo struct {
// FullName includes the organization/user, as in "soluble-ai/example".
FullName string `json:"full_name"`
// Name is only the repository name, as in "example".
Name string `json:"name"`
// "github.com/"+FullName
GitRepo string `json:"git_repo"`
*inventory.Manifest `json:",inline"`
}
type Local ¶ added in v0.4.30
type Local struct {
tools.DirectoryBasedToolOpts
}
func (*Local) CommandTemplate ¶ added in v0.4.31
Click to show internal directories.
Click to hide internal directories.