Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Repository ¶
type Repository struct { // ID of the external repository. e.g. GitHub ID ID string // FullName the full name of the repo including the vendor. e.g. microsoft/vscode FullName string // Name this name will be used to save the artifact e.g. vscode Name string // CloneURL this URL needs to be used to clone the repo CloneURL string }
Repository is the internal representation of repository information
func (*Repository) GetSafeFullName ¶
func (r *Repository) GetSafeFullName() string
GetSafeFullName returns with a string that can be used as file name.
Click to show internal directories.
Click to hide internal directories.