Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Conf ¶
type Conf struct {
RepoURL string
Reference string
BaseRef string
ClonePath string
TargetMetadataPath string
RawDiffPath string
ConfAuth ConfAuth
}
Conf wraps the component configuration.
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func NewManager ¶
NewManager returns a new default clone Manager.
type Repository ¶
type Repository struct {
Repo *git.Repository
BaseRef string
}
Repository wraps a git repository to not leak deps.
Click to show internal directories.
Click to hide internal directories.