MCPcopy
hub / github.com/akuity/kargo / gitSubscriber

Struct gitSubscriber

pkg/subscription/git.go:34–36  ·  view source on GitHub ↗

gitSubscriber is an implementation of the Subscriber interface that discovers commits from a Git repository.

Source from the content-addressed store, hash-verified

32// gitSubscriber is an implementation of the Subscriber interface that discovers
33// commits from a Git repository.
34type gitSubscriber struct {
35 credentialsDB credentials.Database
36}
37
38// newGitSubscriber returns an implementation of the Subscriber interface that
39// discovers commits from a Git repository.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected