Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Git ¶
type Git struct {
// contains filtered or unexported fields
}
func NewGit ¶
func NewGit(opts ctlconf.DirectoryContentsGit, infoLog io.Writer, refFetcher ctlfetch.RefFetcher) *Git
type Sync ¶
type Sync struct {
// contains filtered or unexported fields
}
func NewSync ¶
func NewSync(opts ctlconf.DirectoryContentsGit, log io.Writer, refFetcher ctlfetch.RefFetcher) Sync
type Verification ¶
type Verification struct {
// contains filtered or unexported fields
}
Verification verifies Git commit/tag against a set of public keys (Git details: https://github.com/git/git/blob/e2850a27a95c6f5b141dd88398b1702d2e524a81/Documentation/technical/hash-function-transition.txt#L386-L414)
func (Verification) Verify ¶
func (v Verification) Verify(ref string) error
Click to show internal directories.
Click to hide internal directories.