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 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"` }
Click to show internal directories.
Click to hide internal directories.