MCPcopy Create free account
hub / github.com/boostsecurityio/poutine / GitCommand

Interface GitCommand

providers/gitops/gitops.go:83–83  ·  view source on GitHub ↗

GitCommand is kept for API compatibility but is unused by the go-git implementation.

Source from the content-addressed store, hash-verified

81
82// GitCommand is kept for API compatibility but is unused by the go-git implementation.
83type GitCommand interface{}
84
85func NewGitClient(_ *GitCommand) *GitClient {
86 return &GitClient{repos: make(map[string]*inMemRepo)}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected