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

Struct gitCommitter

pkg/promotion/runner/builtin/git_commiter.go:34–36  ·  view source on GitHub ↗

gitCommitter is an implementation of the promotion.StepRunner interface that makes a commit to a local Git repository.

Source from the content-addressed store, hash-verified

32// gitCommitter is an implementation of the promotion.StepRunner interface that
33// makes a commit to a local Git repository.
34type gitCommitter struct {
35 schemaLoader gojsonschema.JSONLoader
36}
37
38// newGitCommitter returns an implementation of the promotion.StepRunner
39// interface that makes a commit to a local Git repository.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected