Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Backend ¶
type Backend struct {
// contains filtered or unexported fields
}
Backend is a GitHub project backend.
func (*Backend) LocalLocation ¶
LocalLocation is the location on disk or where the project can be found in order to perform and evaluation or analysis of the project.
func (*Backend) RetrievalFunc ¶
RetrievalFunc is the retrieval function that should be used to retrieve the project from GitHub. An example retrieval function could be Git.
func (*Backend) SetLocalLocation ¶
SetLocalLocation sets the local or on-disk location.
func (*Backend) SourceLocation ¶
SourceLocation is the source location, i.e., where the project was discovered (e.g., GitHub).
Click to show internal directories.
Click to hide internal directories.