Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrSourceNotADirectory is an error indicated when the given source directory is not a directory by itself ErrSourceNotADirectory = errors.New("Source is not a directory") )
Functions ¶
Types ¶
type Source ¶
type Source struct {
// contains filtered or unexported fields
}
Source represents a local source
func (*Source) GetCommitID ¶ added in v0.1.13
GetCommitID returns the commit ID / commit hash of the project under discussion
func (*Source) GetProjectName ¶
GetProjectName returns the name of the project represented by the source
Click to show internal directories.
Click to hide internal directories.