Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FetchSpec ¶
type FetchSpec struct { URL string SSHUrl string Revision string Path string Depth uint SSLVerify bool CatalogName string }
FetchSpec describes how to initialize and fetch from a Git repository.
type LocalRepo ¶
type LocalRepo struct {
// contains filtered or unexported fields
}
func (LocalRepo) ModifiedTime ¶
ModifiedTime returns the modified (commited/changed) time of the file by querying the git history.
Click to show internal directories.
Click to hide internal directories.